LoadDOM Method
Loads the DOM from a file.
Syntax
[VB.NET] Public Sub LoadDOM(ByVal FileName As String)
[C#] public void LoadDOM(string fileName);
Remarks
The LoadDOM method loads a DOM structure previously saved by SaveDOM from the file specified in FileName.
Please refer to the SaveDOM method for more information.
NOTE: This method has a corresponding asynchronous version (LoadDOMAsync) for use in the Xamarin environment.