Class ParentContentTypeNames
Class containing ParentContentTypeName constants for use in permissions.
Inherited Members
Namespace: Tableau.Migration.Api.Rest.Models
Assembly: Tableau.Migration.dll
Syntax
public class ParentContentTypeNames : StringEnum<ParentContentTypeNames>
Fields
DataSource
Gets the name of data source parent content type.
Declaration
public const string DataSource = "DataSource"
Field Value
Type | Description |
---|---|
string |
Flow
Gets the name of flow parent content type.
Declaration
public const string Flow = "Flow"
Field Value
Type | Description |
---|---|
string |
Project
Gets the name of project parent content type.
Declaration
public const string Project = "Project"
Field Value
Type | Description |
---|---|
string |
Workbook
Gets the name of workbook parent content type.
Declaration
public const string Workbook = "Workbook"
Field Value
Type | Description |
---|---|
string |