Table of Contents

Class SelectedTagGroups

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

Represents a collection of selected tags.

public class SelectedTagGroups
Inheritance
object
SelectedTagGroups
Extension Methods

Constructors

SelectedTagGroups()

public SelectedTagGroups()

Properties

Tags

Collection of selected tags.

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

Property Value

IEnumerable<TagSelectorClientItem>