SPWorkflowFilter Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of the SPWorkflowFilter class.
Overload List
Name | Description | |
---|---|---|
SPWorkflowFilter() | Initializes a new instance of the SPWorkflowFilter class. | |
SPWorkflowFilter(SPWorkflowAssignedToFilter) | Initializes a new instance of the SPWorkflowFilter class, based upon to whom the workflow is assigned. | |
SPWorkflowFilter(SPWorkflowState, SPWorkflowState) | Initializes a new instance of the SPWorkflowFilter class, based upon the filtered states. | |
SPWorkflowFilter(SPWorkflowState, SPWorkflowState, SPWorkflowAssignedToFilter) | Initializes a new instance of the SPWorkflowFilter class, based upon the filtered states and to whom the workflow is assigned. |
Top