Interface IFavorite
Interface for a content item named favorite.
Inherited Members
Namespace: Tableau.Migration.Content
Assembly: Tableau.Migration.dll
Syntax
public interface IFavorite : IEmptyIdContentReference, IContentReference, IEquatable<IContentReference>, IRestIdentifiable
Properties
Content
Gets or sets the IContentReference for the favorite.
Declaration
IContentReference Content { get; set; }
Property Value
Type | Description |
---|---|
IContentReference |
ContentType
Gets or sets the content type for the favorite.
Declaration
FavoriteContentType ContentType { get; }
Property Value
Type | Description |
---|---|
FavoriteContentType |
Label
Gets or sets the label for the favorite.
Declaration
string Label { get; set; }
Property Value
Type | Description |
---|---|
string |
User
Gets the user IContentReference for the favorite.
Declaration
IContentReference User { get; set; }
Property Value
Type | Description |
---|---|
IContentReference |