Class WebPageAclRole
ACL role for a web page.
public sealed class WebPageAclRole
- Inheritance
-
objectWebPageAclRole
- Extension Methods
Properties
Permissions
Permissions assigned to the role.
public IList<string> Permissions { get; set; }
Property Value
- IList<string>
Remarks
Use permission names from the WebPageAclPermissions class.
RoleID
The role identifier.
public int RoleID { get; set; }
Property Value
- int