Interface ICreateProjectOptions
Interface for an API client project creation model.
Namespace: Tableau.Migration.Api.Models
Assembly: Tableau.Migration.dll
Syntax
public interface ICreateProjectOptions
Properties
ContentPermissions
Gets the optional user permissions in a project.
Declaration
string? ContentPermissions { get; }
Property Value
Type | Description |
---|---|
string |
Description
Gets the optional description for the project.
Declaration
string? Description { get; }
Property Value
Type | Description |
---|---|
string |
Name
Gets the name of the project.
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
string |
ParentProject
Gets the optional parent project.
Declaration
IContentReference? ParentProject { get; }
Property Value
Type | Description |
---|---|
IContentReference |
PublishSamples
Gets whether to publish sample workbooks to the project.
Declaration
bool PublishSamples { get; }
Property Value
Type | Description |
---|---|
bool |