Class Tag
Class representing the default ITag implementation.
Implements
Namespace: Tableau.Migration.Content
Assembly: Tableau.Migration.dll
Syntax
public class Tag : ITag
Constructors
Tag(string)
Creates a new Tag object.
Declaration
public Tag(string label)
Parameters
Type | Name | Description |
---|---|---|
string | label | The tag label. |
Tag(ITagType)
Creates a new Tag object.
Declaration
public Tag(ITagType response)
Parameters
Type | Name | Description |
---|---|---|
ITagType | response | The API response tag to build from. |
Tag(ITag)
Creates a new Tag object.
Declaration
public Tag(ITag item)
Parameters
Type | Name | Description |
---|---|---|
ITag | item | The tag to copy from. |
Properties
Label
Gets or sets label for the tag.
Declaration
public string Label { get; set; }
Property Value
Type | Description |
---|---|
string |