Interface IPublishableCustomView
Interface for the publishable version of ICustomView.
Inherited Members
Namespace: Tableau.Migration.Content
Assembly: Tableau.Migration.dll
Syntax
public interface IPublishableCustomView : ICustomView, IWithOwner, IWithWorkbook, IContentReference, IEquatable<IContentReference>, IRestIdentifiable, IFileContent, IAsyncDisposable
Properties
DefaultUsers
The list of users for whom the Custom View is the default.
Declaration
IList<IContentReference> DefaultUsers { get; set; }
Property Value
Type | Description |
---|---|
IList<IContentReference> |