SPWorkflowFilter members
Represents the filter criteria to apply to a workflow or workflow task collections, such as to whom the workflow is assigned, and the workflow state.
The SPWorkflowFilter type exposes the following members.
Constructors
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
Properties
Name | Description | |
---|---|---|
AssignedTo | Gets or sets the assigned-to criteria to be used to include workflows or workflow task in the collection results set. | |
ExclusiveFilterStates | Gets or sets the workflow state criteria to be used to exclude workflows or workflow task from the collection results set. | |
InclusiveFilterStates | Gets or sets the workflow state criteria to be used to include workflows or workflow task in the collection results set. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top