Interface IContainerContent
Interface for a content item that belongs to a container (e.g. project or personal space).
Namespace: Tableau.Migration.Content
Assembly: Tableau.Migration.dll
Syntax
public interface IContainerContent
Properties
Container
Gets the container for the content item. Relocating the content should be done through mapping.
Declaration
IContentReference Container { get; }
Property Value
Type | Description |
---|---|
IContentReference |