Table of Contents

Class WebPagePermissionsClientProperties

Namespace
Kentico.Xperience.Admin.Websites.UIPages
Assembly
Kentico.Xperience.Admin.Websites.dll

Web page permissions properties model.

public sealed class WebPagePermissionsClientProperties : WebPagePermissionsClientPropertiesBase
Inheritance
object
WebPagePermissionsClientProperties
Inherited Members
Extension Methods

Properties

IsInheritanceRoot

Indicates whether the current page is an inheritance root.

public bool IsInheritanceRoot { get; set; }

Property Value

bool

WebPageAclParentDisplayText

Display text of the web page ACL parent.

public string WebPageAclParentDisplayText { get; set; }

Property Value

string

WebPageAclParentUrl

The URL of the web page ACL parent.

public string WebPageAclParentUrl { get; set; }

Property Value

string