Class TaxonomyEditLayoutClientProperties
Properties for taxonomy edit layout template.
public sealed class TaxonomyEditLayoutClientProperties : TemplateClientProperties
- Inheritance
-
objectTaxonomyEditLayoutClientProperties
- 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
TreeViewActions
Taxonomy tree view actions.
public IEnumerable<TaxonomyTreeViewAction> TreeViewActions { get; set; }
Property Value
- IEnumerable<TaxonomyTreeViewAction>