DocumentBase.Reload Method
Reloads a cached document by resolving the hyperlink to the document and downloading the document.
Namespace: Microsoft.Office.Tools.Word
Assembly: Microsoft.Office.Tools.Word.v4.0.Utilities (in Microsoft.Office.Tools.Word.v4.0.Utilities.dll)
Syntax
'Declaration
Public Sub Reload
public 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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.