SPWorkflowFilter Members

Include Protected Members
Include Inherited 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
Public method SPWorkflowFilter() Initializes a new instance of the SPWorkflowFilter class.
Public method SPWorkflowFilter(SPWorkflowAssignedToFilter) Initializes a new instance of the SPWorkflowFilter class, based upon to whom the workflow is assigned.
Public method SPWorkflowFilter(SPWorkflowState, SPWorkflowState) Initializes a new instance of the SPWorkflowFilter class, based upon the filtered states.
Public method 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
Public property AssignedTo Gets or sets the assigned-to criteria to be used to include workflows or workflow task in the collection results set.
Public property ExclusiveFilterStates Gets or sets the workflow state criteria to be used to exclude workflows or workflow task from the collection results set.
Public property 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
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

See Also

Reference

SPWorkflowFilter Class

Microsoft.SharePoint.Workflow Namespace