Table of Contents

Class TaxonomyList

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

Taxonomy listing page.

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

Constructors

TaxonomyList(ITaxonomyManager, IInfoProvider<TaxonomyInfo>)

Initializes a new instance of TaxonomyList.

public TaxonomyList(ITaxonomyManager taxonomyManager, IInfoProvider<TaxonomyInfo> taxonomyInfoProvider)

Parameters

taxonomyManager ITaxonomyManager
taxonomyInfoProvider IInfoProvider<TaxonomyInfo>

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

Delete(int)

Deletes taxonomy specified by the id parameter.

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

Parameters

id int

Returns

Task<ICommandResponse<RowActionResult>>