Click or drag to resize

DataObjectTypeControllerGetUId Method

Returns the UId of a data object type from its Id. The method doesn't consider the security model.

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public virtual Guid GetUId(
	int id
)

Parameters

id
Type: SystemInt32

Return Value

Type: Guid
Returns the UId of the specified data object type. If the specified data object type doesn't exist empty Guid is returned.
See Also