| DataObjectControllerGetDataObjectIdsByDisplayNames Method (Int32, IEnumerableString) |
Finds data object ids by their display names.
Namespace:
Omada.OE.AppLogic
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic virtual IntegerList GetDataObjectIdsByDisplayNames(
int dataObjectTypeId,
IEnumerable<string> displayNames
)
Parameters
- dataObjectTypeId
- Type: SystemInt32
The data object type id. - displayNames
- Type: System.Collections.GenericIEnumerableString
The display names.
Return Value
Type:
IntegerListThe data object ids.
See Also