Interface IWorkbookDetails
Interface for a workbook object with extended information, from a GET query for example.
Inherited Members
Namespace: Tableau.Migration.Content
Assembly: Tableau.Migration.dll
Syntax
public interface IWorkbookDetails : IWorkbook, IPublishedContent, IDescriptionContent, IExtractContent, IWithTags, IContainerContent, IMappableContainerContent, IRequiresOwnerUpdate, IWithOwner, IWithConnections, IChildPermissionsContent, IPermissionsContent, IContentReference, IEquatable<IContentReference>, IRestIdentifiable
Properties
Views
Gets the view metadata.
Declaration
IImmutableList<IView> Views { get; }
Property Value
Type | Description |
---|---|
IImmutableList<IView> |