| DataObjectControllerGetDisplayNames Method (IEnumerableInt32, Boolean) |
Returns the displaynames for a number of data objects.
Delete-marked data objects are also returned.
Note that the names are not necessarily in the same order as the ids.
Namespace:
Omada.OE.AppLogic
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic virtual StringList GetDisplayNames(
IEnumerable<int> ids,
bool overwriteSecurity
)
Parameters
- ids
- Type: System.Collections.GenericIEnumerableInt32
- overwriteSecurity
- Type: SystemBoolean
The security model is considered if set to false
Return Value
Type:
StringList
See Also