XdsObjects Help file
XdsObjects Namespace / XdsDocument Class / Load Method / Load(String) Method
The filename to read data from



Load(String) Method
Load a XdsDocument objects from a file
Syntax
Public Overloads Sub Load( _
   ByVal path As String _
) 
Dim instance As XdsDocument
Dim path As String
 
instance.Load(path)
public void Load( 
   string path
)
public:
void Load( 
   String^ path
) 

Parameters

path
The filename to read data from
Remarks
The extension of the filename is used (via standard Windows means) to set the MimeType of the document automatically.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also