Class TagSelectorClientProperties
Represents client properties of a TagSelectorComponent.
public sealed class TagSelectorClientProperties : FormComponentClientProperties<IEnumerable<TagReference>>, IFormComponentClientProperties, IFormItemClientProperties
- Inheritance
-
objectTagSelectorClientProperties
- Implements
- Inherited Members
- Extension Methods
Properties
FieldEditorLink
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