ESRI.ArcGIS.ADF.Web.UI.WebControls
GetDataSourceInfo Method
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > DataSourceDefinerWeb Class : GetDataSourceInfo Method




populateFolders
Whether to add resource (service) descriptions to the tree.
error
Output parameter: Any error encountered while retrieving resource information.
Retrieves the information on available data sources.

Syntax

Visual Basic (Declaration) 
<BrowsableAttribute(False)>
Public Overridable Function GetDataSourceInfo( _
   ByVal populateFolders As Boolean, _
   ByRef error As String _
) As DataSourceInfoTree
Visual Basic (Usage)Copy Code
Dim instance As DataSourceDefinerWeb
Dim populateFolders As Boolean
Dim error As String
Dim value As DataSourceInfoTree
 
value = instance.GetDataSourceInfo(populateFolders, error)
C# 
[BrowsableAttribute(false)]
public virtual DataSourceInfoTree GetDataSourceInfo( 
   bool populateFolders,
   out string error
)

Parameters

populateFolders
Whether to add resource (service) descriptions to the tree.
error
Output parameter: Any error encountered while retrieving resource information.

Return Value

Information on available resources.

See Also

© 2010 All Rights Reserved.