| 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
Syntaxpublic virtual DataObjects GetSystems(
bool excludeSystemsWithoutCategory = true
)
Parameters
- excludeSystemsWithoutCategory (Optional)
- Type: SystemBoolean
Return Value
Type:
DataObjectsList of data objects of type SYSTEM and which has specified a SYSTEMCATEGORY
See Also