Table of Contents

Class WebPageAclConfiguration

Namespace
CMS.Websites
Assembly
CMS.Websites.dll

Represents the configuration of ACL for a web page.

public sealed class WebPageAclConfiguration
Inheritance
object
WebPageAclConfiguration
Extension Methods

Constructors

WebPageAclConfiguration()

public WebPageAclConfiguration()

Properties

Roles

Assigned roles to a web page.

public IList<WebPageAclRole> Roles { get; set; }

Property Value

IList<WebPageAclRole>