Click or drag to resize

DataObjectControllerGetDataObjectTypeSystemName Method (Guid)

Returns the system name of a data object's data object type. 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 string GetDataObjectTypeSystemName(
	Guid dataObjectUId
)

Parameters

dataObjectUId
Type: SystemGuid
UId of a data object.

Return Value

Type: String
Returns the system name of a data object's data object type. If the specified data object doesn't exist then null is returned. Method throws if a zero id is specified.
See Also