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.