Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

Description

Excerpt

Returns a WordChangeTracking object that can be used to get and set the change tracking settings for this Document.

Signature
C#
C#
 public WordChangeTracking ChangeTracking{ get; }
{signature}{signature:
}
Signature
vb.net
vb.net
Public ReadOnly Property ChangeTracking() As WordChangeTracking
{signature}
{example}{code:csharp|title=C#}
Example
Code Block
csharp
csharp
titleC#


          WordChangeTracking oWordChangeTracking = oDocument.ChangeTracking;
        
{code} {code:
Code Block
vb.net
|title=
vb.net
titlevb.net
}


          Dim oWordChangeTracking As WordChangeTracking = oDocument.ChangeTracking
        
{code} {example}