Click or drag to resize

SystemOnboardingControllerGetSystems Method

Get a list of the systems which is part of the system onboarding

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 virtual DataObjects GetSystems(
	bool excludeSystemsWithoutCategory = true
)

Parameters

excludeSystemsWithoutCategory (Optional)
Type: SystemBoolean

Return Value

Type: DataObjects
List of data objects of type SYSTEM and which has specified a SYSTEMCATEGORY
See Also