Class LoadSelectedTagsCommandResult
Represents arguments for loading selected tags.
public class LoadSelectedTagsCommandResult
- Inheritance
-
objectLoadSelectedTagsCommandResult
- Extension Methods
Properties
TagGroups
Selected tag groups.
public IEnumerable<SelectedTagGroups> TagGroups { get; set; }
Property Value
- IEnumerable<SelectedTagGroups>