Responder Developer Guide
ExportToXML(DataSet,String,String,String) Method


Syntax
'Declaration
 
Public Overloads Shared Function ExportToXML( _
   ByVal dataSet As DataSet, _
   ByVal xmlFile As String, _
   ByVal xsltFile As String, _
   ByVal outputFile As String _
) As Boolean
'Usage
 
Dim dataSet As DataSet
Dim xmlFile As String
Dim xsltFile As String
Dim outputFile As String
Dim value As Boolean
 
value = XMLHelper.ExportToXML(dataSet, xmlFile, xsltFile, outputFile)
public static bool ExportToXML( 
   DataSet dataSet,
   string xmlFile,
   string xsltFile,
   string outputFile
)

Parameters

dataSet
xmlFile
xsltFile
outputFile
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

XMLHelper Class
XMLHelper Members
Overload List

 

 


Send Comment