Table of Contents

Class FormerUrlsList

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

Former URLs listing page.

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

Properties

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

ConfigureTemplateProperties(ListingTemplateClientProperties)

Gets the object representing client side template properties.

public override Task<ListingTemplateClientProperties> ConfigureTemplateProperties(ListingTemplateClientProperties properties)

Parameters

properties ListingTemplateClientProperties

Initialized properties object.

Returns

Task<ListingTemplateClientProperties>

Delete(int)

Deletes listing item specified by the id parameter.

public override Task<ICommandResponse<RowActionResult>> Delete(int id)

Parameters

id int

Returns

Task<ICommandResponse<RowActionResult>>