Click or drag to resize

OrgStateScope Enumeration

Describes the scope of application of a privilege or permission type.

Namespace:  Packflow.Modeling
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public enum OrgStateScope
Members
  Member nameValueDescription
Global0 The permissions can be applied globally only.
ByState1 The permissions can be applied by state but not globally.
GlobalAndByState2 The permissions can be applied globally and by state.
See Also