ESRI.ArcGIS.ADF.ArcGISServer.Local
GetServiceDescriptionsEx Method
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > CatalogDcom Class : GetServiceDescriptionsEx Method




folderName
Folder to obtain descriptions for.
Obtains the descriptions for the GIS services in the specified folder.

Syntax

Visual Basic (Declaration) 
Public Overrides Function GetServiceDescriptionsEx( _
   ByVal folderName As String _
) As ServiceDescription()
Visual Basic (Usage)Copy Code
Dim instance As CatalogDcom
Dim folderName As String
Dim value() As ServiceDescription
 
value = instance.GetServiceDescriptionsEx(folderName)
C# 
public override ServiceDescription[] GetServiceDescriptionsEx( 
   string folderName
)

Parameters

folderName
Folder to obtain descriptions for.

Return Value

Array of service description objects.

See Also

© 2010 All Rights Reserved.