Click or drag to resize

OrgPermissionTypes Properties

The OrgPermissionTypes type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberAllPermissionTypes
Gets the list of all standard permission types.
Public propertyStatic memberApplication_AllPermissionTypes
Gets the list of permission types applied on applications.
Public propertyStatic memberApplication_CreateContentType
Gets the permission type allowing the creation of content-types on applications.
Public propertyStatic memberApplication_Delete
Gets the Delete permission type, applied on applications.
Public propertyStatic memberApplication_Read
Gets the Read permission type, applied on applications.
Public propertyStatic memberApplication_Update
Gets the Update permission type, applied on applications.
Public propertyStatic memberContentType_AllPermissionTypes
Gets the list of permission types applied on content-types.
Public propertyStatic memberContentType_CreateItem
Gets the permission type allowing the creation of items on content-types.
Public propertyStatic memberContentType_Delete
Gets the Delete permission type, applied on content-types.
Public propertyStatic memberContentType_Read
Gets the Read permission type, applied on content-types.
Public propertyStatic memberContentType_Update
Gets the Update permission type, applied on content-types.
Public propertyStatic memberItem_AllPermissionTypes
Gets the list of permission types applied on items.
Public propertyStatic memberItem_Delete
Gets the Delete permission type, applied on items.
Public propertyStatic memberItem_GotoAnyStep
Gets the permission type allowing moving items' workflows to any step.
Public propertyStatic memberItem_GotoNextStep
Gets the permission type allowing moving items' workflows to the next step.
Public propertyStatic memberItem_Read
Gets the Read permission type, applied on items.
Public propertyStatic memberItem_ReassignTasks
Gets the permission type allowing reassigning the task of items' workflows.
Public propertyStatic memberItem_Update
Gets the Update permission type, applied on items.
Public propertyStatic memberSite_AllPermissionTypes
Gets the list of permission types applied on sites.
Public propertyStatic memberSite_CreateApplication
Gets the permission type allowing the creation of applications on sites.
Public propertyStatic memberSite_Delete
Gets the Delete permission type, applied on sites.
Public propertyStatic memberSite_Read
Gets the Read permission type, applied on sites.
Public propertyStatic memberSite_Update
Gets the Update permission type, applied on sites.
Top
See Also