For the list of actions, see the ACTIONS table in the Site Administration UI.
Get a CustomizationAction object from the CustomizationActions collection.
AddGroup | Adds a user group to the list of user groups for which the current action is allowed. |
RemoveGroup | Removes the specified user group from the list of groups for which the current action is allowed. |
ActionPermissionType | Returns the permission type according to the group mask. |
Groups | A list of the user groups for which the current action is allowed. |
IsGroupPermited | Checks if the group specified by the Group parameter has permission to perform the current action. |
IsOwnerGroup | Checks if the user group specified by the Group parameter is the owner of the current action. |
IsTemplate | Checks whether the customization item originated from the project template. |
IsUserPermited | Checks if the user specified by the User parameter is permitted to perform the current action. |
Name | The name of the action. |
OwnerGroup | The user group that owns the action. |
Updated | Indicates if the object has been modified since last synchronized with server. |