Click or drag to resize

DataObjectControllerGetDataObjectUIds Method (Int32, String)

Note: This API is now obsolete.

Returns the uids of the data objects of the specified type, that hold the specified key value. Security is overridden! Deleted objects are not considered.

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
[ObsoleteAttribute("Obsoleted in v14")]
public GuidCollection GetDataObjectUIds(
	int dataObjectTypeId,
	string keyValue
)

Parameters

dataObjectTypeId
Type: SystemInt32
keyValue
Type: SystemString

Return Value

Type: GuidCollection
See Also