Interface IConfigReader
Interface to fetch the current MigrationSdkOptions.
Namespace: Tableau.Migration.Config
Assembly: Tableau.Migration.dll
Syntax
public interface IConfigReader
Methods
Get()
Get the current MigrationSdkOptions.
Declaration
MigrationSdkOptions Get()
Returns
Type | Description |
---|---|
MigrationSdkOptions |
Get<TContent>()
Get the current ContentTypesOptions for a
given content type
Declaration
ContentTypesOptions Get<TContent>() where TContent : IContentReference
Returns
Type | Description |
---|---|
ContentTypesOptions | Options specific to the content type. |
Type Parameters
Name | Description |
---|---|
TContent |