Interface ISiteSettingsUpdate
Interface for a site settings update operation.
Namespace: Tableau.Migration.Content
Assembly: Tableau.Migration.dll
Syntax
public interface ISiteSettingsUpdate
Properties
DisableSubscriptions
Gets or sets the new disable subscriptions setting, or null to not update the setting.
Declaration
bool? DisableSubscriptions { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
ExtractEncryptionMode
Gets or sets the new extract encryption mode, or null to not update the setting.
Declaration
string? ExtractEncryptionMode { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
GroupSetsEnabled
Gets or sets the new group sets enabled setting, or null to not update the setting.
Declaration
bool? GroupSetsEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
SiteId
Gets the ID of the site to update settings for.
Declaration
Guid SiteId { get; }
Property Value
| Type | Description |
|---|---|
| Guid |
Methods
NeedsUpdate()
Finds whether any settings require updates.
Declaration
bool NeedsUpdate()
Returns
| Type | Description |
|---|---|
| bool | True if any setting has changes, otherwise false. |