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: 18.04.00
Syntax
C#
IDisposable SuspendCommitChangedExternally()

Return Value

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