Click or drag to resize

DataObjectAddVersion Method (Boolean, DataObjectType)

Adds a new DataObjevtVersion object the Versions collection. If copyValues is true, all property values on the current version are copied to the new version.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public DataObjectVersion AddVersion(
	bool copyValues,
	DataObjectType dataObjectType = null
)

Parameters

copyValues
Type: SystemBoolean
dataObjectType (Optional)
Type: Omada.OE.ModelDataObjectType

Return Value

Type: DataObjectVersion
See Also