Class DestinationSiteInfo
Default IDestinationSiteInfo implementation.
Inheritance
object
DestinationSiteInfo
Implements
Namespace: Tableau.Migration.Api.Models
Assembly: Tableau.Migration.dll
Syntax
public class DestinationSiteInfo : IDestinationSiteInfo
Constructors
DestinationSiteInfo(string, Guid, string)
Creates a new DestinationSiteInfo object.
Declaration
public DestinationSiteInfo(string destinationSiteContentUrl, Guid destinationSiteId, string destinationSiteUrl)
Parameters
| Type | Name | Description |
|---|---|---|
| string | destinationSiteContentUrl | The Content URL of the destination Tableau site. |
| Guid | destinationSiteId | The ID of the destination Tableau site. |
| string | destinationSiteUrl | The url of the the destination Tableau instance. |
Properties
ContentUrl
The site name for the destination.
Declaration
public string ContentUrl { get; }
Property Value
| Type | Description |
|---|---|
| string |
SiteId
The site ID for the destination.
Declaration
public Guid SiteId { get; }
Property Value
| Type | Description |
|---|---|
| Guid |
SiteUrl
The Url for the destination Tableau instance.
Declaration
public string SiteUrl { get; }
Property Value
| Type | Description |
|---|---|
| string |