Table of Contents

Class WebPageSecurityModel

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

Class representing model of security properties of a web page.

public sealed class WebPageSecurityModel
Inheritance
object
WebPageSecurityModel
Extension Methods

Constructors

WebPageSecurityModel()

public WebPageSecurityModel()

Properties

IsSecured

Flag indicating if web page is secured and requires authentication to access.

[CheckBoxComponent(Label = "{$websites.webpages.properties.security.issecured$}")]
public bool IsSecured { get; set; }

Property Value

bool
See Also