Interface IDestinationSiteInfo
Properties of the destination Tableau Site.
Namespace: Tableau.Migration.Api.Models
Assembly: Tableau.Migration.dll
Syntax
public interface IDestinationSiteInfo
Properties
ContentUrl
The site name for the destination.
Declaration
string ContentUrl { get; }
Property Value
Type | Description |
---|---|
string |
SiteId
The site ID for the destination.
Declaration
Guid SiteId { get; }
Property Value
Type | Description |
---|---|
Guid |
SiteUrl
The Url for the destination Tableau instance.
Declaration
string SiteUrl { get; }
Property Value
Type | Description |
---|---|
string |