Class WorkbookFileTypes
Class containing workbook file type constants.
See Tableau API Reference for documentation.
Inherited Members
Namespace: Tableau.Migration.Api.Rest.Models.Types
Assembly: Tableau.Migration.dll
Syntax
public class WorkbookFileTypes : StringEnum<WorkbookFileTypes>
Fields
Twb
Gets the name of the twb workbook file type.
Declaration
public const string Twb = "twb"
Field Value
Type | Description |
---|---|
string |
Twbx
Gets the name of the twbx workbook file type.
Declaration
public const string Twbx = "twbx"
Field Value
Type | Description |
---|---|
string |