Click or drag to resize

DataObjectControllerGetDataObjectTypeDataObjectIdsDictionary Method

Returns type ids for a number of data objects in the form of a dictionary where the keys are data object type ids and the values are lists of ids of the data objects of the specific type. Disregards security and the deleted flag.

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public Dictionary<int, List<int>> GetDataObjectTypeDataObjectIdsDictionary(
	IEnumerable<int> dataObjectIds
)

Parameters

dataObjectIds
Type: System.Collections.GenericIEnumerableInt32

Return Value

Type: DictionaryInt32, ListInt32
Keys are data object type ids. Values are data object ids.
See Also