Class WebPagePermissionsClientPropertiesBase
Web page permissions properties base model.
public class WebPagePermissionsClientPropertiesBase : TemplateClientProperties
- Inheritance
-
objectWebPagePermissionsClientPropertiesBase
- Derived
- Inherited Members
- Extension Methods
Properties
CanManagePermissions
Indicates whether the current user can manage permissions.
public bool CanManagePermissions { get; set; }
Property Value
- bool
EmptyAclMessage
Message displayed when ACL is empty, no role has been added.
public string EmptyAclMessage { get; set; }
Property Value
- string
Permissions
Collection of permissions applicable to the current page.
public IList<WebPagePermissionMetadata> Permissions { get; set; }
Property Value
- IList<WebPagePermissionMetadata>
Roles
Collection of roles metadata.
public IEnumerable<WebPageAclRoleMetadata> Roles { get; set; }
Property Value
- IEnumerable<WebPageAclRoleMetadata>
WebPageAclConfiguration
ACL configuration for the current page.
public WebPageAclConfiguration WebPageAclConfiguration { get; set; }