Interface ISiteSettingsUpdate
Interface for a site settings update operation.
Namespace: Tableau.Migration.Content
Assembly: Tableau.Migration.dll
Syntax
public interface ISiteSettingsUpdate
Properties
ExtractEncryptionMode
Gets the new extract encryption mode, or null to not update the setting.
Declaration
string? ExtractEncryptionMode { get; set; }
Property Value
Type | Description |
---|---|
string |
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. |