Class MappableContentBase
Abstract base class for default IMappableContent implementation.
Inherited Members
Namespace: Tableau.Migration.Content
Assembly: Tableau.Migration.dll
Syntax
public abstract class MappableContentBase : ContentBase, IContentReference, IEquatable<IContentReference>, IRestIdentifiable, IMappableContent
Methods
SetLocation(ContentLocation)
Sets the new location.
Declaration
protected void SetLocation(ContentLocation newLocation)
Parameters
Type | Name | Description |
---|---|---|
ContentLocation | newLocation | The new location to use. |