Interface ISite
Interface for a site.
Inherited Members
Namespace: Tableau.Migration.Content
Assembly: Tableau.Migration.dll
Syntax
public interface ISite : ISiteSettings
Properties
ContentUrl
Gets the site's "content URL".
Declaration
string ContentUrl { get; }
Property Value
Type | Description |
---|---|
string |
Id
Gets the unique identifier of the site, corresponding to the LUID in the Tableau REST API.
Declaration
Guid Id { get; }
Property Value
Type | Description |
---|---|
Guid |
Name
Gets the site's friendly name.
Declaration
string Name { get; set; }
Property Value
Type | Description |
---|---|
string |