Click or drag to resize

DataObjectControllerConvertIds Method (IEnumerableInt32)

Returns the U(nique)Ids of one or more data objects from their Ids. The UId of a data object remains the same when it is transported to another system - this is not the case with the Id of a data object. The method doesn't consider the security model. The method doesn't consider whether the data object is marked as deleted.

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public virtual List<Guid> ConvertIds(
	IEnumerable<int> dataObjectIds
)

Parameters

dataObjectIds
Type: System.Collections.GenericIEnumerableInt32

Return Value

Type: ListGuid
Returns the UIds of the data objects. If one or more of the specified data objects doesn't exist then they are omitted from the result.
See Also