Click or drag to resize

SystemOnboardingControllerGetOnboarderdDerivedSystems Method

Gets onboarded derived systems from the primary system.

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 DataObjects GetOnboarderdDerivedSystems(
	int systemId
)

Parameters

systemId
Type: SystemInt32
The primary system id.

Return Value

Type: DataObjects
The derived systems data objects
See Also