Table of Contents

Class TagListCardComponent

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

Represents tag component that can be used in OverviewCard.

public class TagListCardComponent : IOverviewCardComponent
Inheritance
object
TagListCardComponent
Implements
Extension Methods

Properties

ComponentName

Gets or sets the name of the client component.

public string ComponentName { get; }

Property Value

string

Tags

Tags withing the component.

public ICollection<TagListItem> Tags { get; set; }

Property Value

ICollection<TagListItem>