Interface IMigrationCapabilityManager
Manages capabilities related to content types or post publish operations.
Namespace: Tableau.Migration.Engine.Hooks
Assembly: Tableau.Migration.dll
Syntax
public interface IMigrationCapabilityManager
Methods
SetMigrationCapabilityAsync(IServerSession, CancellationToken)
Sets the migration capability.
Declaration
Task<IResult> SetMigrationCapabilityAsync(IServerSession destinationServerSession, CancellationToken cancel)
Parameters
Type | Name | Description |
---|---|---|
IServerSession | destinationServerSession | The destination server session |
CancellationToken | cancel | The cancellation token to obey. |
Returns
Type | Description |
---|---|
Task<IResult> | Success or failure result. |