ESRI.ArcGIS.ADF.Web.DataSources
GetDataSourceInfo Method
See Also 
ESRI.ArcGIS.ADF.Web.DataSources Namespace > IDataSourceDefiner Interface : GetDataSourceInfo Method




populateFolder
Whether to add resource (service) descriptions to the tree.
error
Any error message from the method.
Get information about the datasource instance that has been defined.

Syntax

Visual Basic (Declaration) 
Function GetDataSourceInfo( _
   ByVal populateFolder As Boolean, _
   ByRef error As String _
) As DataSourceInfoTree
Visual Basic (Usage)Copy Code
Dim instance As IDataSourceDefiner
Dim populateFolder As Boolean
Dim error As String
Dim value As DataSourceInfoTree
 
value = instance.GetDataSourceInfo(populateFolder, error)
C# 
DataSourceInfoTree GetDataSourceInfo( 
   bool populateFolder,
   out string error
)

Parameters

populateFolder
Whether to add resource (service) descriptions to the tree.
error
Any error message from the method.

Return Value

The defined data source instance information containing the resource information of the requested resource type(s).

Remarks

Call after definition is complete.

See Also

© 2010 All Rights Reserved.