Interface IPublishableWorkbook
Interface for an IWorkbook that has been downloaded and has full information necessary for re-publishing.
Inherited Members
Namespace: Tableau.Migration.Content
Assembly: Tableau.Migration.dll
Syntax
public interface IPublishableWorkbook : IWorkbookDetails, IWorkbook, IPublishedContent, IDescriptionContent, IExtractContent, IWithTags, IContainerContent, IMappableContainerContent, IRequiresOwnerUpdate, IWithOwner, IWithConnections, IChildPermissionsContent, IPermissionsContent, IContentReference, IEquatable<IContentReference>, IRestIdentifiable, IFileContent, IAsyncDisposable, IConnectionsContent
Properties
HiddenViewNames
Gets the names of the views that should be hidden.
Declaration
ISet<string> HiddenViewNames { get; set; }
Property Value
Type | Description |
---|---|
ISet<string> |
ThumbnailsUserId
Gets the ID of the user to generate thumbnails as.
Declaration
Guid? ThumbnailsUserId { get; set; }
Property Value
Type | Description |
---|---|
Guid? |