Table of Contents

Class TaxonomyEditLayoutClientProperties

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

Properties for taxonomy edit layout template.

public sealed class TaxonomyEditLayoutClientProperties : TemplateClientProperties
Inheritance
object
TaxonomyEditLayoutClientProperties
Inherited Members
Extension Methods

Properties

CreateTagSlug

Slug of the create tag page template.

public string CreateTagSlug { get; set; }

Property Value

string

Headline

Page headline.

public string Headline { get; set; }

Property Value

string

TaxonomyData

Taxonomy tree items.

public TaxonomyTagTreeItem<TaxonomyEditLayoutTreeItem> TaxonomyData { get; set; }

Property Value

TaxonomyTagTreeItem<TaxonomyEditLayoutTreeItem>

TreeViewActions

Taxonomy tree view actions.

public IEnumerable<TaxonomyTreeViewAction> TreeViewActions { get; set; }

Property Value

IEnumerable<TaxonomyTreeViewAction>