Interface IPermissions
Interface for the permission information of a content item.
Inherited Members
Namespace: Tableau.Migration.Content.Permissions
Assembly: Tableau.Migration.dll
Syntax
public interface IPermissions : IPermissionSet
Properties
ParentId
The ID of the parent content item that is determining permissions, such as a locked project. The parent content can be one of the types in ParentContentTypeNames, and will be null if the permissions are determined by the content item directly.
Declaration
Guid? ParentId { get; }
Property Value
Type | Description |
---|---|
Guid? |