Click or drag to resize

IVersionControlSuspendCommitChangedExternally Method

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

Namespace: Demo3D.Common
Assembly: Demo3D.Common (in Demo3D.Common.dll) Version: 19.00.00
Syntax
C#
IDisposable SuspendCommitChangedExternally()

Return Value

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