| DataObjectControllerGetDisplayNamesEx Method |
Returns the displaynames for a number of data objects.
The security model is not considered.
Delete-marked data objects are also returned.
The result is being cached for 2 minutes unless caching is ignore using IgnoreCacheContext
Namespace:
Omada.OE.AppLogic
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic Dictionary<int, string> GetDisplayNamesEx(
IEnumerable<int> dataObjectIds
)
Parameters
- dataObjectIds
- Type: System.Collections.GenericIEnumerableInt32
Return Value
Type:
DictionaryInt32,
String
Keys are data object ids.
Values are display names.
See Also