Interface ICustomView
The interface for a custom view content item.
Inherited Members
Namespace: Tableau.Migration.Content
Assembly: Tableau.Migration.dll
Syntax
public interface ICustomView : IWithOwner, IWithWorkbook, IContentReference, IEquatable<IContentReference>, IRestIdentifiable
Properties
BaseViewId
Gets the ID of the view that this custom view is based on.
Declaration
Guid BaseViewId { get; }
Property Value
Type | Description |
---|---|
Guid |
BaseViewName
Gets the name of the view that this custom view is based on.
Declaration
string BaseViewName { get; }
Property Value
Type | Description |
---|---|
string |
CreatedAt
Gets the created timestamp.
Declaration
string CreatedAt { get; }
Property Value
Type | Description |
---|---|
string |
LastAccessedAt
Gets the last accessed timestamp.
Declaration
string? LastAccessedAt { get; }
Property Value
Type | Description |
---|---|
string |
Shared
Gets or sets whether the custom view is shared with all users (true) or private (false).
Declaration
bool Shared { get; set; }
Property Value
Type | Description |
---|---|
bool |
UpdatedAt
Gets the updated timestamp.
Declaration
string? UpdatedAt { get; }
Property Value
Type | Description |
---|---|
string |