Click or drag to resize

MigrationControllerGetSourceSystemsInformation Method

Returns information about source systems which is yet to be migrated.

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 List<SourceSystem> GetSourceSystemsInformation(
	bool includeAlreadyMigrated = false
)

Parameters

includeAlreadyMigrated (Optional)
Type: SystemBoolean

Return Value

Type: ListSourceSystem
See Also