Click or drag to resize

DataObjectControllerGetDisplayNames Method (IEnumerableInt32)

Returns the displaynames for a number of data objects. The security model is not considered. 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
Syntax
C#
public virtual StringList GetDisplayNames(
	IEnumerable<int> ids
)

Parameters

ids
Type: System.Collections.GenericIEnumerableInt32

Return Value

Type: StringList
See Also