Class NSWorkflowFilter
Carrier object for WorkflowFilter.
Syntax
Constructors
NSWorkflowFilter()
Initializes a new instance of the NSWorkflowFilter class.
Declaration
NSWorkflowFilter
Methods
GetRestrictionGroups()
Gets the restrictions (can be multiple groups) that make up the Workflow filter
Declaration
NSArchiveRestrictionGroup[] GetRestrictionGroups()
Returns
Type | Description |
---|---|
Get the restrictions |
SetRestrictionGroups(NSArchiveRestrictionGroup[])
Sets the restrictions (can be multiple groups) that make up the Workflow filter
Declaration
Void SetRestrictionGroups(NSArchiveRestrictionGroup[] eventType)
Parameters
Type | Name | Description |
---|---|---|
NSArchiveRestrictionGroup[] | eventType | The restrictions to set. |
Returns
Type | Description |
---|---|
Void |