Class ContentPermissions
Class containing content permissions constants. See Tableau API Reference for documentation.
Inherited Members
Namespace: Tableau.Migration.Api.Rest.Models
Assembly: Tableau.Migration.dll
Syntax
public class ContentPermissions : StringEnum<ContentPermissions>
Fields
LockedToProject
Gets the name of the LockedToProject content permission mode.
Declaration
public const string LockedToProject = "LockedToProject"
Field Value
Type | Description |
---|---|
string |
LockedToProjectWithoutNested
Gets the name of the LockedToProjectWithoutNested content permission mode.
Declaration
public const string LockedToProjectWithoutNested = "LockedToProjectWithoutNested"
Field Value
Type | Description |
---|---|
string |
ManagedByOwner
Gets the name of the ManagedByOwner content permission mode.
Declaration
public const string ManagedByOwner = "ManagedByOwner"
Field Value
Type | Description |
---|---|
string |