Options.StoreRSIDOnSave Property

Definition

True for Microsoft Word to assign a random number to changes in a document, each time a document is saved, to facilitate comparing and merging documents. Word stores the random numbers in a table and updates the table after each save.

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

Property Value

Remarks

The default for the StoreRSIDOnSave property is True. However, RSID information is not saved for HTML documents.

Use the RemovePersonalInformation property if you want to remove information related to authors and reviewers of a document.

Applies to