This document is archived and information here might be outdated.  Recommended version.


IServiceCatalog2.GetFolders Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Server > ESRI.ArcGIS.Server > Interfaces > IS > IServiceCatalog2 Interface > IServiceCatalog2.GetFolders Method
ArcGIS Developer Help

IServiceCatalog2.GetFolders Method

Gets an IStringArray of service folder names.

[Visual Basic .NET]
Public Function GetFolders ( _
    ByVal folderName As String _
) As IStringArray
[C#]
public IStringArray GetFolders (
    string folderName
);
[C++]
HRESULT GetFolders(
  BSTR folderName
);
[C++]
Parameters
folderName [in]

folderName is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IServiceCatalog2 Interface