Table of Contents

Class TagSelectorClientItem

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

Represents meta-data of a selected tag in the TagSelectorComponent.

public sealed class TagSelectorClientItem
Inheritance
object
TagSelectorClientItem
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