OrgPermissionTypes Class |
Namespace: Packflow.Modeling
public static class OrgPermissionTypes
The OrgPermissionTypes type exposes the following members.
Name | Description | |
---|---|---|
AllPermissionTypes |
Gets the list of all standard permission types.
| |
Application_AllPermissionTypes |
Gets the list of permission types applied on applications.
| |
Application_CreateContentType |
Gets the permission type allowing the creation of content-types on applications.
| |
Application_Delete |
Gets the Delete permission type, applied on applications.
| |
Application_Read |
Gets the Read permission type, applied on applications.
| |
Application_Update |
Gets the Update permission type, applied on applications.
| |
ContentType_AllPermissionTypes |
Gets the list of permission types applied on content-types.
| |
ContentType_CreateItem |
Gets the permission type allowing the creation of items on content-types.
| |
ContentType_Delete |
Gets the Delete permission type, applied on content-types.
| |
ContentType_Read |
Gets the Read permission type, applied on content-types.
| |
ContentType_Update |
Gets the Update permission type, applied on content-types.
| |
Item_AllPermissionTypes |
Gets the list of permission types applied on items.
| |
Item_Delete |
Gets the Delete permission type, applied on items.
| |
Item_GotoAnyStep |
Gets the permission type allowing moving items' workflows to any step.
| |
Item_GotoNextStep |
Gets the permission type allowing moving items' workflows to the next step.
| |
Item_Read |
Gets the Read permission type, applied on items.
| |
Item_ReassignTasks |
Gets the permission type allowing reassigning the task of items' workflows.
| |
Item_Update |
Gets the Update permission type, applied on items.
| |
Site_AllPermissionTypes |
Gets the list of permission types applied on sites.
| |
Site_CreateApplication |
Gets the permission type allowing the creation of applications on sites.
| |
Site_Delete |
Gets the Delete permission type, applied on sites.
| |
Site_Read |
Gets the Read permission type, applied on sites.
| |
Site_Update |
Gets the Update permission type, applied on sites.
|
Name | Description | |
---|---|---|
GetPermissionTypeByKey(String) |
Gets a permission type by its key.
| |
GetPermissionTypeByKey(ReadOnlyCollectionOrgItemPermissionType, String) |
Searches for an item permission type by its key in a given collection of permission types.
| |
GetPermissionTypeByKey(ReadOnlyCollectionOrgPermissionType, String) |
Searches for a permission type by its key in a given collection of permission types.
|
Name | Description | |
---|---|---|
Application_CreateContentType_Key |
Key of the permission type allowing the creation of content-types on applications.
| |
Application_Delete_Key |
Key of the Delete permission type, applied on applications.
| |
Application_Read_Key |
Key of the Read permission type, applied on applications.
| |
Application_Update_Key |
Key of the Update permission type, applied on applications.
| |
ContentType_CreateItem_Key |
Key of the permission type allowing the creation of items on content-types.
| |
ContentType_Delete_Key |
Key of the Delete permission type, applied on content-types.
| |
ContentType_Read_Key |
Key of the Read permission type, applied on content-types.
| |
ContentType_Update_Key |
Key of the Update permission type, applied on content-types.
| |
Item_Delete_Key |
Key of the Delete permission type, applied on items.
| |
Item_GotoAnyStep_Key |
Key of the permission type allowing moving items' workflows to any step.
| |
Item_GotoNextStep_Key |
Key of the permission type allowing moving items' workflows to the next step.
| |
Item_Read_Key |
Key of the Read permission type, applied on items.
| |
Item_ReassignTasks_Key |
Key of the permission type allowing reassigning the task of items' workflows.
| |
Item_Update_Key |
Key of the Update permission type, applied on items.
| |
Site_CreateApplication_Key |
Key of the permission type allowing the creation of applications on sites.
| |
Site_Delete_Key |
Key of the Delete permission type, applied on sites.
| |
Site_Read_Key |
Key of the Read permission type, applied on sites.
| |
Site_Update_Key |
Key of the Update permission type, applied on sites.
|