Table of Contents

Class TagSelectorClientProperties

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

Represents client properties of a TagSelectorComponent.

public sealed class TagSelectorClientProperties : FormComponentClientProperties<IEnumerable<TagReference>>, IFormComponentClientProperties, IFormItemClientProperties
Inheritance
object
TagSelectorClientProperties
Implements
Inherited Members
Extension Methods

Properties

Link to the field editor application.

public string FieldEditorLink { get; set; }

Property Value

string

Tags

A collection of currently selected tags meta-data.

public IEnumerable<TagSelectorClientItem> Tags { get; set; }

Property Value

IEnumerable<TagSelectorClientItem>

TaxonomyIdentifier

Taxonomy identifier.

public Guid TaxonomyIdentifier { get; set; }

Property Value

Guid