Click or drag to resize
ProjectManagementPermissionType Class
Project Management module object types.
Inheritance Hierarchy
SystemObject
  CMS.ProjectManagementProjectManagementPermissionType

Namespace: CMS.ProjectManagement
Assembly: CMS.ProjectManagement (in CMS.ProjectManagement.dll) Version: 8.2.23
Syntax
C#
public static class ProjectManagementPermissionType

The ProjectManagementPermissionType type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberCREATE
Allows to create a task.
Public fieldStatic memberDELETE
Allows to delete project tasks.
Public fieldStatic memberMANAGE
Allows to create, modify and delete project management data.
Public fieldStatic memberMANAGE_CONFIGURATION
Allows to manage the project management configuration (statuses, priorities).
Public fieldStatic memberMODIFY
Allows to modify project tasks.
Public fieldStatic memberREAD
Allows to read a project.
Top
See Also