_Document.TrackRevisions Property

Definition

Determines if changes are tracked in the specified document.

public:
 property bool TrackRevisions { bool get(); void set(bool value); };
public bool TrackRevisions { get; set; }
member this.TrackRevisions : bool with get, set
Public Property TrackRevisions As Boolean

Property Value

Remarks

This property returns True if changes are tracked in the specified document, and False if they are not. Set the property value to True or False to enable or disable the functionality.

Applies to