Interface IEmptyIdContentReference
Interface for an empty ID object that describes information on how to reference an item of content, for example through a Tableau API. This in cases where the content type does not have a LUID on Tableau Server or Cloud.
Inherited Members
Namespace: Tableau.Migration
Assembly: Tableau.Migration.dll
Syntax
public interface IEmptyIdContentReference : IContentReference, IEquatable<IContentReference>, IRestIdentifiable
Properties
Id
Gets the empty unique identifier.
Declaration
Guid Id { get; }
Property Value
Type | Description |
---|---|
Guid |