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

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.