Interface IMappableContainerContent
Interface for a mappable content item that belongs to a project/container.
Namespace: Tableau.Migration.Content
Assembly: Tableau.Migration.dll
Syntax
public interface IMappableContainerContent
Properties
Container
Gets the current project/container the content item belongs to. Null if the content item is a top-level content item (e.g. top-level projects).
Declaration
IContentReference? Container { get; }
Property Value
Type | Description |
---|---|
IContentReference |
Methods
SetLocation(IContentReference?, ContentLocation)
Sets the content location, performing any renames as required.
Declaration
void SetLocation(IContentReference? container, ContentLocation newLocation)
Parameters
Type | Name | Description |
---|---|---|
IContentReference | container | The new project/container to use. |
ContentLocation | newLocation | The new location to use. |