Interface ISubscriptionContent
The content of the subscription.
Namespace: Tableau.Migration.Content
Assembly: Tableau.Migration.dll
Syntax
public interface ISubscriptionContent
Properties
Id
The ID of the content item tied to the subscription.
Declaration
Guid Id { get; set; }
Property Value
| Type | Description |
|---|---|
| Guid |
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 |