Click or drag to resize
WorkflowStepSecurityEnum Enumeration
Workflow step security enumeration.

Namespace: CMS.WorkflowEngine
Assembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 8.2.23
Syntax
C#
public enum WorkflowStepSecurityEnum
Members
  Member nameValueDescription
Default0 Default security settings. (for whole step - no one is allowed, for source point - inherit settings from step)
OnlyAssigned1 Only assigned are granted with permissions.
AllExceptAssigned2 All are granted with permissions except assigned.
See Also