Interface IProject
Interface for a project content item.
Inherited Members
Namespace: Tableau.Migration.Content
Assembly: Tableau.Migration.dll
Syntax
public interface IProject : IDescriptionContent, IMappableContainerContent, IPermissionsContent, IRequiresOwnerUpdate, IWithOwner, IContentReference, IEquatable<IContentReference>, IRestIdentifiable
Properties
ContentPermissions
Gets or sets the content permission mode of the project.
Declaration
string ContentPermissions { get; set; }
Property Value
Type | Description |
---|---|
string |
ParentProject
Gets the parent project reference, or null if the project is a top-level project. Should be changed through mapping.
Declaration
IContentReference? ParentProject { get; }
Property Value
Type | Description |
---|---|
IContentReference |