Click or drag to resize

OrgPrivileges Class

Provides the list of all standard privileges by type of object.
Inheritance Hierarchy
SystemObject
  Packflow.ModelingOrgPrivileges

Namespace:  Packflow.Modeling
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public static class OrgPrivileges

The OrgPrivileges type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberAllPrivileges
Gets the list of all standard privileges.
Public propertyStatic memberItem_AllPrivileges
Gets the list of privileges applied on items.
Public propertyStatic memberItem_Assistant
Gets the Assistant privilege, applied on items. This privilege grants the following permissions: Create, Read and Update.
Public propertyStatic memberItem_Follower
Gets the Follower privilege, applied on items. This privilege grants the Read permission.
Public propertyStatic memberItem_Owner
Gets the Owner privilege, applied on items. This privilege grants the following permissions: Create, Read, Update, Delete, GotoNextStep, GotoAnyStep and ReassignTasks.
Public propertyStatic memberItem_Responsible
Gets the Responsible privilege, applied on items. This privilege grants the following permissions: Create, Read, Update and GotoNextStep.
Top
Methods
Fields
  NameDescription
Public fieldStatic memberItem_Assistant_Key
Key of the Assistant privilege, applied on items.
Public fieldStatic memberItem_Follower_Key
Key of the Follower privilege, applied on items.
Public fieldStatic memberItem_Owner_Key
Key of the Owner privilege, applied on items.
Public fieldStatic memberItem_Responsible_Key
Key of the Responsible privilege, applied on items.
Top
See Also