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
Wiki Markup
{description}
{excerpt}Returns a [WordChangeTracking|WordChangeTracking] object that can be used to get and set the change tracking settings for this [Document|Document].{excerpt}
{signature:C#}
 public WordChangeTracking ChangeTracking{ get; }
{signature}{signature:vb.net}
Public ReadOnly Property ChangeTracking() As WordChangeTracking
{signature}
{example}{code:csharp|title=C#}

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

          Dim oWordChangeTracking As WordChangeTracking = oDocument.ChangeTracking
        {code}

{example}