Click or drag to resize

VersionControlManagerSuspendCommitChangedExternally Method

Gets an IDisposable instance which will disable publishing of the CommitChangedExternally event and re-enable when disposed.

Namespace: Demo3D.Gui.VersionControl
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public IDisposable SuspendCommitChangedExternally()

Return Value

IDisposable
An IDisposable instance which will disable publishing the CommitChangedExternally event and re-enable when disposed.
See Also