| DataObjectControllerGetDataObjectTypeIdDictionary Method |
Returns type ids for a number of data objects.
Disregards security and the deleted flag.
Namespace:
Omada.OE.AppLogic
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic Dictionary<int, int> GetDataObjectTypeIdDictionary(
IEnumerable<int> dataObjectIds,
bool respectLock = false
)
Parameters
- dataObjectIds
- Type: System.Collections.GenericIEnumerableInt32
- respectLock (Optional)
- Type: SystemBoolean
Return Value
Type:
DictionaryInt32,
Int32
Keys are data object ids.
Values are data object type ids.
See Also