Interface IWithTags
Interface to be inherited by content items with tags.
Namespace: Tableau.Migration.Content
Assembly: Tableau.Migration.dll
Syntax
public interface IWithTags
Properties
Tags
Gets or sets the tags for the content item.
Declaration
IList<ITag> Tags { get; set; }
Property Value
Type | Description |
---|---|
IList<ITag> |