Click or drag to resize

ISystemHelperGetCachedSystemObjectId Method

Get id of a system based on property value

Namespace:  Omada.OE.Solution.OIM.AppLogic.Integration.Helpers
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
int GetCachedSystemObjectId(
	string odwBusiKey,
	string systemId
)

Parameters

odwBusiKey
Type: SystemString
composed business key of hte object
systemId
Type: SystemString
identifier of the system

Return Value

Type: Int32
id of the system or 0
Remarks
Empty parameters are omitted. Only one should be present in the call
See Also