Class LoadTaxonomiesTreeItemsCommandArguments
Command arguments for loading taxonomy tree item data.
public sealed class LoadTaxonomiesTreeItemsCommandArguments
- Inheritance
-
objectLoadTaxonomiesTreeItemsCommandArguments
- 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>