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!

IDocument.load

[To be supplied.]

[Visual Basic]
Sub load( _
   ByVal filename As String _
)
[C#]
void load(
   string filename
);
[C++]
void load(
   String* filename
) = 0;
[JScript]
function load(
   filename : String
);

Parameters

filename
[To be supplied.]

See Also

IDocument Interface | IDocument Members | System.Data.XML.DOM Namespace