Interface ISubscriptionContent
The content of the subscription.
Inherited Members
Namespace: Tableau.Migration.Content
Assembly: Tableau.Migration.dll
Syntax
public interface ISubscriptionContent : IContentReference, IEquatable<IContentReference>, IRestIdentifiable
Properties
SendIfViewEmpty
Whether or not send the notification if the view is empty.
Declaration
bool SendIfViewEmpty { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
Type
The content type of the subscription.
Declaration
string Type { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
ForReference(IContentReference)
Creates a new ISubscriptionContent object of the same type for the new content reference.
Declaration
ISubscriptionContent ForReference(IContentReference reference)
Parameters
| Type | Name | Description |
|---|---|---|
| IContentReference | reference | The new content reference. |
Returns
| Type | Description |
|---|---|
| ISubscriptionContent | The created ISubscriptionContent. |