ESRI.ArcGIS.ADF.Web.DataSources
Serialize Method
See Also  Send Feedback
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

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.