Document.Reload Method

Definition

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

public:
 void Reload();
public void Reload ();
abstract member Reload : unit -> unit
Public Sub 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.

Applies to