SPWorkflowFilter Constructor (SPWorkflowAssignedToFilter)
Initializes a new instance of the SPWorkflowFilter class, based upon to whom the workflow is assigned.
Namespace: Microsoft.SharePoint.Workflow
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public Sub New ( _
filterAssignedTo As SPWorkflowAssignedToFilter _
)
'Usage
Dim filterAssignedTo As SPWorkflowAssignedToFilter
Dim instance As New SPWorkflowFilter(filterAssignedTo)
public SPWorkflowFilter(
SPWorkflowAssignedToFilter filterAssignedTo
)
Parameters
filterAssignedTo
Type: Microsoft.SharePoint.Workflow.SPWorkflowAssignedToFilterAn object that represents to whom the workflow is assigned.
Remarks
This constructor sets the value of the AssignedTo property to the value of the filterAssignedTo parameter.