Return a list of accessible folder names available on an ArcGIS Server Web site.
GetFolders()
Return Value
A string
array representing folder names.
Remarks
Only folders accessible by the identity defined
via credentials on the Catalog SOAP proxy will be returned. To
get service descriptions within a specific folder, use the GetServiceDescriptionsEx
method.
Examples