Class GetPermissionsCommandResult
Command arguments for getting permissions.
public sealed class GetPermissionsCommandResult
- Inheritance
-
objectGetPermissionsCommandResult
- Extension Methods
Properties
CanCreateNewContentItem
Indicates whether the user has permission to create a new content item.
public bool CanCreateNewContentItem { get; set; }
Property Value
- bool
NewContentItemButtonsTitle
Title for all new content item buttons.
public string NewContentItemButtonsTitle { get; set; }
Property Value
- string