This public method get a list of files in a directory as XML and
returns the XML as XML document.
Namespace: System.Xml.DirectoryAssembly: System.Xml.Directory (in System.Xml.Directory.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public XmlDocument GetXml(
string strDirectory
) |
Visual Basic |
---|
Public Function GetXml (
strDirectory As String
) As XmlDocument |
Visual C++ |
---|
public:
XmlDocument^ GetXml(
String^ strDirectory
) |
F# |
---|
member GetXml :
strDirectory : string -> XmlDocument
|
Return Value
Type:
XmlDocumentA an XML Document
See Also