Interface IChildPermissionsContent
Interface to be inherited by content items that have permissions.
Inherited Members
Namespace: Tableau.Migration.Content
Assembly: Tableau.Migration.dll
Syntax
public interface IChildPermissionsContent : IPermissionsContent, IContentReference, IEquatable<IContentReference>, IRestIdentifiable
Properties
ChildPermissionContentItems
Gets the child items of the content item that have permissions
Declaration
IEnumerable<IContentReference> ChildPermissionContentItems { get; }
Property Value
Type | Description |
---|---|
IEnumerable<IContentReference> |
ChildType
Gets the type of the child items.
Declaration
Type ChildType { get; }
Property Value
Type | Description |
---|---|
Type |
ShouldMigrateChildPermissions
Gets whether or not child item permissions should be migrated.
Declaration
bool ShouldMigrateChildPermissions { get; }
Property Value
Type | Description |
---|---|
bool |