Click or drag to resize

DataObjectControllerCheckAndSaveDataObject Method (DataObject, DataObjectSaveOptions)

Note: This API is now obsolete.

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
[ObsoleteAttribute("Use SaveDataObject instead. Obsoleted in v14")]
public int CheckAndSaveDataObject(
	DataObject dataObject,
	DataObjectSaveOptions saveOptions = null
)

Parameters

dataObject
Type: Omada.OE.ModelDataObject
saveOptions (Optional)
Type: Omada.OE.ModelDataObjectSaveOptions

Return Value

Type: Int32
See Also