다음을 통해 공유


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

Remarks

This constructor sets the value of the AssignedTo property to the value of the filterAssignedTo parameter.

See Also

Reference

SPWorkflowFilter Class

SPWorkflowFilter Members

SPWorkflowFilter Overload

Microsoft.SharePoint.Workflow Namespace