Table of Contents

Class WebPageAclRole

Namespace
CMS.Websites
Assembly
CMS.Websites.dll

ACL role for a web page.

public sealed class WebPageAclRole
Inheritance
object
WebPageAclRole
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