Class SerializableContentReference
Represents a JSON serializable content reference.
Namespace: Tableau.Migration.JsonConverters.SerializableObjects
Assembly: Tableau.Migration.dll
Syntax
public class SerializableContentReference
Constructors
SerializableContentReference()
Initializes a new instance of the SerializableContentReference class.
Declaration
public SerializableContentReference()
Properties
ContentUrl
Gets or sets the URL associated with the content.
Declaration
public string? ContentUrl { get; set; }
Property Value
Type | Description |
---|---|
string |
Id
Gets or sets the unique identifier for the content.
Declaration
public string? Id { get; set; }
Property Value
Type | Description |
---|---|
string |
Location
Gets or sets the location information for the content.
Declaration
public SerializableContentLocation? Location { get; set; }
Property Value
Type | Description |
---|---|
SerializableContentLocation |
Name
Gets or sets the name of the content.
Declaration
public string? Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Methods
AsContentReferenceStub()
Returns the current item as a ContentReferenceStub
Declaration
public ContentReferenceStub AsContentReferenceStub()
Returns
Type | Description |
---|---|
ContentReferenceStub |
VerifyDeserialization()
Throw exception if any values are still null
Declaration
public void VerifyDeserialization()