NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

XmlDocument.Load (String)

Loads the XML document from the specified URL.

[Visual Basic]
Overloads Overridable Public Sub Load( _
   ByVal filename As String _
)
[C#]
public virtual void Load(
   string filename
);
[C++]
public: virtual void Load(
   String* filename
);
[JScript]
public function Load(
   filename : String
);

Parameters

filename
URL for the file containing the XML document to load.

Exceptions

Exception Type Condition
XmlException A load or parse error in the XML. In this case, the document will remain empty.

See Also

XmlDocument Class | XmlDocument Members | System.NewXml Namespace | XmlDocument.Load Overload List