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

Properties

IsSecured

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

public bool IsSecured { get; set; }

Property Value

bool
See Also