| DataObjectControllerGetDataObjectTypeSystemName Method (Int32) |
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
Syntaxpublic string GetDataObjectTypeSystemName(
int dataObjectId
)
Parameters
- dataObjectId
- Type: SystemInt32
Id 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