Class ContainerContentBase
Abstract base class for IContainerContent content items.
Implements
Inherited Members
Namespace: Tableau.Migration.Content
Assembly: Tableau.Migration.dll
Syntax
public abstract class ContainerContentBase : MappableContainerContentBase, IContentReference, IEquatable<IContentReference>, IRestIdentifiable, IMappableContainerContent, IContainerContent
Constructors
ContainerContentBase(IContentReference)
Creates a new ContainerContentBase object.
Declaration
protected ContainerContentBase(IContentReference container)
Parameters
Type | Name | Description |
---|---|---|
IContentReference | container | The content container. |
Properties
Container
Gets the container for the content item. Relocating the content should be done through mapping.
Declaration
public virtual IContentReference Container { get; protected set; }
Property Value
Type | Description |
---|---|
IContentReference |
MappableContainer
Gets or sets the current mappable project/container reference.
Declaration
protected override IContentReference? MappableContainer { get; set; }
Property Value
Type | Description |
---|---|
IContentReference |