Interface IMappableContent
Interface for an object that can be renamed or otherwise mapped to a new location during migration.
Namespace: Tableau.Migration.Content
Assembly: Tableau.Migration.dll
Syntax
public interface IMappableContent
Methods
SetLocation(ContentLocation)
Sets the content location, performing any renames as required.
Declaration
void SetLocation(ContentLocation newLocation)
Parameters
Type | Name | Description |
---|---|---|
ContentLocation | newLocation | The new location to use. |