Document.Reload Method

Reloads a cached document by resolving the hyperlink to the document and downloading the document.

Namespace:  Microsoft.Office.Tools.Word
Assemblies:   Microsoft.Office.Tools.Word.v4.0.Utilities (in Microsoft.Office.Tools.Word.v4.0.Utilities.dll)
  Microsoft.Office.Tools.Word (in Microsoft.Office.Tools.Word.dll)

Syntax

'Declaration
Sub Reload
void Reload()

Remarks

This method reloads the document asynchronously. Statements following the Reload method in your procedure might execute before the document is actually reloaded. Because of this, you might get unexpected results from using this method.

.NET Framework Security

See Also

Reference

Document Interface

Microsoft.Office.Tools.Word Namespace