Table of Contents

Class VanityUrlsList

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

Former URLs listing page.

public sealed class VanityUrlsList : ListingPage, IPage
Inheritance
object
VanityUrlsList
Implements
Inherited Members
Extension Methods

Constructors

VanityUrlsList(IPageLinkGenerator)

Initializes a new instance of VanityUrlsList.

public VanityUrlsList(IPageLinkGenerator pageLinkGenerator)

Parameters

pageLinkGenerator IPageLinkGenerator

Properties

IdColumn

Name of the column which is as an identifier of the listed objects.

protected override string IdColumn { get; }

Property Value

string

ObjectType

Type of the info objects that are listed. Corresponds to the OBJECT_TYPE property of the info object or PredefinedObjectType.

protected override string ObjectType { get; }

Property Value

string

Methods

ConfigurePage()

Allows configure and share page specific values prior invocation of the ConfigureTemplateProperties(TClientProperties) or command method.

public override Task ConfigurePage()

Returns

Task