Table of Contents

Class LoadTaxonomiesTreeItemsCommandArguments

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

Command arguments for loading taxonomy tree item data.

public sealed class LoadTaxonomiesTreeItemsCommandArguments
Inheritance
object
LoadTaxonomiesTreeItemsCommandArguments
Extension Methods

Properties

SelectedIdentifiers

Selected tags identifiers.

public IEnumerable<Guid> SelectedIdentifiers { get; set; }

Property Value

IEnumerable<Guid>

TaxonomyIdentifiers

Taxonomy identifiers to load.

public IEnumerable<Guid> TaxonomyIdentifiers { get; set; }

Property Value

IEnumerable<Guid>