Interface IPublishCustomViewOptions
Interface for API client Custom View publish options.
Inherited Members
Namespace: Tableau.Migration.Api.Models
Assembly: Tableau.Migration.dll
Syntax
public interface IPublishCustomViewOptions : IPublishFileOptions
Properties
Name
The name of the Custom View.
Declaration
string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
OwnerId
The Owner ID for the Custom View.
Declaration
Guid OwnerId { get; set; }
Property Value
Type | Description |
---|---|
Guid |
Shared
Flag indicating if the Custom View is shared.
Declaration
bool Shared { get; set; }
Property Value
Type | Description |
---|---|
bool |
WorkbookId
The ID of the Custom View's workbook.
Declaration
Guid WorkbookId { get; set; }
Property Value
Type | Description |
---|---|
Guid |