Interface IPublishWorkbookOptions
Interface for API client workbook publish options.
Inherited Members
Namespace: Tableau.Migration.Api.Models
Assembly: Tableau.Migration.dll
Syntax
public interface IPublishWorkbookOptions : IPublishFileOptions
Properties
Description
Gets the description of the workbook.
Declaration
string Description { get; }
Property Value
Type | Description |
---|---|
string |
EncryptExtracts
Gets whether to encrypt extracts for the workbook.
Declaration
bool EncryptExtracts { get; }
Property Value
Type | Description |
---|---|
bool |
HiddenViewNames
Gets the names of the views that should be hidden.
Declaration
IEnumerable<string> HiddenViewNames { get; }
Property Value
Type | Description |
---|---|
IEnumerable<string> |
Name
Gets the name of the workbook.
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
string |
Overwrite
Gets whether or not to overwrite any existing workbook.
Declaration
bool Overwrite { get; }
Property Value
Type | Description |
---|---|
bool |
ProjectId
Gets the ID of the project to publish to.
Declaration
Guid ProjectId { get; }
Property Value
Type | Description |
---|---|
Guid |
ShowTabs
Gets whether to show tabs for the workbook.
Declaration
bool ShowTabs { get; }
Property Value
Type | Description |
---|---|
bool |
SkipConnectionCheck
Gets whether or not to skip the data source connection check.
Declaration
bool SkipConnectionCheck { get; }
Property Value
Type | Description |
---|---|
bool |
ThumbnailsUserId
Gets the ID of the user to generate thumbnails as.
Declaration
Guid? ThumbnailsUserId { get; }
Property Value
Type | Description |
---|---|
Guid? |