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



XdsDocument Constructor(String)
Create a new XdsDocument objects from a file
Syntax
Public Function New( _
   ByVal path As String _
)
Dim path As String
 
Dim instance As New XdsDocument(path)
public XdsDocument( 
   string path
)
public:
XdsDocument( 
   String^ path
)

Parameters

path
The filename to read data from
Remarks
The extension of the filename is used (via standard Windows means) to determine the MimeType of the resulting object 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