Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Initializes the workflow context based on specified activation properties.
Namespace: Microsoft.SharePoint.WorkflowActions
Assembly: Microsoft.SharePoint.WorkflowActions (in Microsoft.SharePoint.WorkflowActions.dll)
Syntax
'Declaration
Public Sub Initialize ( _
inProps As SPWorkflowActivationProperties _
)
'Usage
Dim instance As WorkflowContext
Dim inProps As SPWorkflowActivationProperties
instance.Initialize(inProps)
public void Initialize(
SPWorkflowActivationProperties inProps
)
Parameters
inProps
Type: Microsoft.SharePoint.Workflow.SPWorkflowActivationPropertiesAn SPWorkflowActivationProperties object that represents the activation properties.