| DataObjectControllerGetDataObjectTypeIds Method (IEnumerableInt32) |
Returns a distinct list of data object type ids for a collection of data object ids.
The method doesn't consider the security model.
The method doesn't consider whether the data objects are marked as deleted.
Namespace:
Omada.OE.AppLogic
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic virtual List<int> GetDataObjectTypeIds(
IEnumerable<int> dataObjectIds
)
Parameters
- dataObjectIds
- Type: System.Collections.GenericIEnumerableInt32
Return Value
Type:
ListInt32
See Also