This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GISClient > ESRI.ArcGIS.GISClient > Interfaces > IA > IAGSServerConnection2 Interface > IAGSServerConnection2.GetFolders Method (ArcObjects .NET 10.4 SDK) |
Returns an enumeration of folder names beneath the specified folder.
[Visual Basic .NET] Public Function GetFolders ( _ ByVal reserved As String _ ) As IEnumBSTR
[C#] public IEnumBSTR GetFolders ( string reserved );
[C++]
HRESULT GetFolders(
BSTR reserved,
IEnumBSTR** ppEnum
);
[C++]
Parameters reserved [in] reserved is a parameter of type BSTR ppEnum [out, retval]
ppEnum is a parameter of type IEnumBSTR