Table of Contents

Class PageLocationConfiguration

Namespace
Kentico.Xperience.Admin.Base
Assembly
Kentico.Xperience.Admin.Base.dll

Specifies the location of the page with additional options.

public sealed class PageLocationConfiguration
Inheritance
object
PageLocationConfiguration
Extension Methods

Remarks

Assign it to the PageLocationConfiguration to apply the configuration to a page.

Properties

Location

Page location.

public PageLocationEnum Location { get; set; }

Property Value

PageLocationEnum

LocationOptions

Page location options.

public IPageLocationOptions LocationOptions { get; set; }

Property Value

IPageLocationOptions