Click or drag to resize

SystemOnboardingControllerGetSystemObjectFromString Method

Looks up a system object

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 DataObject GetSystemObjectFromString(
	string systemIdentifierString,
	bool excludeSystemsWithoutCategory = true
)

Parameters

systemIdentifierString
Type: SystemString
data object id or data object uid or the system.SYSTEMID
excludeSystemsWithoutCategory (Optional)
Type: SystemBoolean
Exclude systems without a system category, i.e. OIS

Return Value

Type: DataObject
See Also