Class TagSelectorClientItem
Represents meta-data of a selected tag in the TagSelectorComponent.
public sealed class TagSelectorClientItem
- Inheritance
-
objectTagSelectorClientItem
- Extension Methods
Properties
TagIdentifier
Tag Guid.
public Guid TagIdentifier { get; init; }
Property Value
- Guid
TagPath
Tag tree path.
public string TagPath { get; init; }
Property Value
- string
TagTitle
Tag title.
public string TagTitle { get; init; }
Property Value
- string