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




filePath
File path of the XML file
Deserializes the list of connections from an XML file

Syntax

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

Parameters

filePath
File path of the XML file

See Also

© 2010 All Rights Reserved.