ESRI.ArcGIS.ADF.Web.DataSources
GetResourcesInFolder Method
See Also 
ESRI.ArcGIS.ADF.Web.DataSources Namespace > IDataSourceDiscovery Interface : GetResourcesInFolder Method




folder
Folder to populate with resources.
resourceTypes
The resource types to get information on.
webResourceLocation
The location of images to use in the tree
error
Any error while retrieving resource information
Populates the passed-in folder with assemblies.

Syntax

Visual Basic (Declaration) 
Sub GetResourcesInFolder( _
   ByVal folder As FolderNode(Of ResourceInfo), _
   ByVal resourceTypes() As ResourceType, _
   ByVal webResourceLocation As WebResourceLocation, _
   ByRef error As String _
) 
Visual Basic (Usage)Copy Code
Dim instance As IDataSourceDiscovery
Dim folder As FolderNode(Of ResourceInfo)
Dim resourceTypes() As ResourceType
Dim webResourceLocation As WebResourceLocation
Dim error As String
 
instance.GetResourcesInFolder(folder, resourceTypes, webResourceLocation, error)
C# 
void GetResourcesInFolder( 
   FolderNode<ResourceInfo> folder,
   ResourceType[] resourceTypes,
   WebResourceLocation webResourceLocation,
   out string error
)

Parameters

folder
Folder to populate with resources.
resourceTypes
The resource types to get information on.
webResourceLocation
The location of images to use in the tree
error
Any error while retrieving resource information

Return Value

Information on available resources in the folder

See Also

© 2010 All Rights Reserved.