Click or drag to resize

MigrationControllerPerformSourceSystemMigration Method

This method will perform a full migration of the passed SourceSystem, it will attach the list of categorysystems to the category, and migrate their settings

Namespace:  Omada.OE.Solution.OIM.AppLogic.SystemOnboarding
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public void PerformSourceSystemMigration(
	SourceSystem sourceSystem,
	string categoryConfigFileXml,
	int[] categorySystems
)

Parameters

sourceSystem
Type: Omada.OE.Solution.OIM.AppLogic.SystemOnboarding.Model.MigrationSourceSystem
The source system to be migrated. The object should be fetched using the GetSourceSystemsInformation function
categoryConfigFileXml
Type: SystemString
The source system dtsConfig file contents
categorySystems
Type: SystemInt32
Array of system data object id's. The systems will be attached to the category, and have their settings migrated from ODW
See Also