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


IServiceCatalog2.GetFolders Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Server)  

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,
  IStringArray** pVal
);
[C++]

Parameters folderName [in] folderName is a parameter of type BSTR pVal [out, retval]
pVal is a parameter of type IStringArray

Product Availability

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

See Also

IServiceCatalog2 Interface