| WorkflowStepSecurityEnum Enumeration | 
            Workflow step security enumeration.
            
 
Namespace: CMS.WorkflowEngineAssembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 10.0.0
 Syntax
Syntaxpublic enum WorkflowStepSecurityEnum
 Members
Members|  | Member name | Value | Description | 
|---|
|  | Default | 0 | Default security settings. (for whole step - no one is allowed, for source point - inherit settings from step) | 
|  | OnlyAssigned | 1 | Only assigned are granted with permissions. | 
|  | AllExceptAssigned | 2 | All are granted with permissions except assigned. | 
 See Also
See Also