WorkflowStepSecurityEnum Enumeration |
Workflow step security enumeration.
Namespace: CMS.WorkflowEngineAssembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 11.0.0
Syntax public enum WorkflowStepSecurityEnum
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