Interface IPermissions
The interface for content permissions responses.
Namespace: Tableau.Migration.Content.Permissions
Assembly: Tableau.Migration.dll
Syntax
public interface IPermissions
Properties
GranteeCapabilities
The collection of Grantee Capabilities for this content item.
Declaration
IGranteeCapability[] GranteeCapabilities { get; set; }
Property Value
Type | Description |
---|---|
IGranteeCapability[] |
ParentId
The ID of the parent content item The parent content can be one of the types in ParentContentTypeNames.
Declaration
Guid? ParentId { get; set; }
Property Value
Type | Description |
---|---|
Guid? |