Click or drag to resize

IntegrationHelperFindDataObjectByUIdOrName Method

Namespace:  Omada.OE.Solution.OIM.AppLogic.OPS
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public static IDataObject FindDataObjectByUIdOrName(
	string dataObjectUIdOrName,
	List<IDataObject> dataObjectList
)

Parameters

dataObjectUIdOrName
Type: SystemString
dataObjectList
Type: System.Collections.GenericListIDataObject

Return Value

Type: IDataObject
See Also