Click or drag to resize

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
Syntax
C#
public 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: IntegerList
The data object ids.
See Also