Class ContentTypesOptions
Class for configuration settings specific to content types.
Inheritance
Namespace: Tableau.Migration.Config
Assembly: Tableau.Migration.dll
Syntax
public class ContentTypesOptions
Properties
BatchPublishingEnabled
Gets or sets the batch publishing to the supported types. Default: disabled.
Important: This option is only available to IUser.
For more details, check the configuration article.
Declaration
public bool BatchPublishingEnabled { get; set; }
Property Value
Type | Description |
---|---|
bool |
BatchSize
Gets or sets the migration batch size.
Declaration
public int BatchSize { get; set; }
Property Value
Type | Description |
---|---|
int |
OverwriteGroupSetGroupsEnabled
Gets or sets the overwrite group set groups flag for supported types. Default: enabled.
Important: This option is only available to IGroupSet.
For more details, check the configuration
article.
Declaration
public bool OverwriteGroupSetGroupsEnabled { get; set; }
Property Value
Type | Description |
---|---|
bool |
OverwriteGroupUsersEnabled
Gets or sets the overwrite group users flag for supported types. Default: enabled.
Important: This option is only available to IGroup.
For more details, check the configuration
article.
Declaration
public bool OverwriteGroupUsersEnabled { get; set; }
Property Value
Type | Description |
---|---|
bool |
OverwriteUserFavoritesEnabled
When true, destination favorites will be deleted for all migrated users as a user post-publish hook. This will delete favorites that exist on the destination but are not present on the source. Important: This option is only available for the IFavorite content type.
Declaration
public bool OverwriteUserFavoritesEnabled { get; set; }
Property Value
Type | Description |
---|---|
bool |
Type
The name of the content type Ex: User.
Declaration
public string Type { get; set; }
Property Value
Type | Description |
---|---|
string |
Methods
IsContentTypeValid()
Checks if the content type in Type is valid.
Declaration
public bool IsContentTypeValid()
Returns
Type | Description |
---|---|
bool |