Interface IPublishedContent
Interface for a content item that has metadata around publishing information.
Namespace: Tableau.Migration.Content
Assembly: Tableau.Migration.dll
Syntax
public interface IPublishedContent
Properties
CreatedAt
Gets the created timestamp.
Declaration
string CreatedAt { get; }
Property Value
Type | Description |
---|---|
string |
UpdatedAt
Gets the updated timestamp.
Declaration
string? UpdatedAt { get; }
Property Value
Type | Description |
---|---|
string |
WebpageUrl
Gets the webpage URL.
Declaration
string? WebpageUrl { get; }
Property Value
Type | Description |
---|---|
string |