ESRI.ArcGIS.ADF.Web.DataSources
Serialize Method
See Also 
ESRI.ArcGIS.ADF.Web.DataSources Namespace > DataSourceInfoCollection Class : Serialize Method




filePath
File path of the XML file
Serializes the list of connections to an XML file

Syntax

Visual Basic (Declaration) 
Public Sub Serialize( _
   ByVal filePath As String _
) 
Visual Basic (Usage)Copy Code
Dim instance As DataSourceInfoCollection
Dim filePath As String
 
instance.Serialize(filePath)
C# 
public void Serialize( 
   string filePath
)

Parameters

filePath
File path of the XML file

See Also

© 2010 All Rights Reserved.