Click or drag to resize

DataObjectControllerConvertIds Method (IEnumerableGuid)

Returns the Ids of one or more data objects from their U(nique)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 List<int> ConvertIds(
	IEnumerable<Guid> dataObjectIds
)

Parameters

dataObjectIds
Type: System.Collections.GenericIEnumerableGuid

Return Value

Type: ListInt32
Returns the Ids 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