Commit(DataObjectChangeTypes):Void

Publishes the indicated changes for the data object.

The method publishes the indicated changes for the data object. The ChangeSet remains.

If not all changes to the data object are published, then this object is reduced by the properties of the published changes.

Errors can occur during the publication since dependant changes may not have been published with the rest. If, for example, a reference from another data object created in the same ChangeSet is added to the data object, then the content change cannot be published since the referenced data object does not exist in the Productive Environment.

Return type: System.Void

Parameter

specificChanges

Type: DataObjectChangeTypes

This parameter indicates which changed aspects of a data object are to be published. If a value containing several aspects, such as Renamed and Ordered, is transferred to the parameter, then these aspects are published.