ArcObjects Library Reference (GISClient)  

IAGSServerConnection2.ServerObjectNamesEx Property

The ServerObjectNames in the GIS server folder.

[Visual Basic .NET]
Public Function get_ServerObjectNamesEx ( _
    ByVal FolderName As String _
) As IAGSEnumServerObjectName
[C#]
public IAGSEnumServerObjectName get_ServerObjectNamesEx (
    string FolderName
);
[C++]
HRESULT get_ServerObjectNamesEx(
  BSTR FolderName,
  IAGSEnumServerObjectName** ppSONames
);
[C++]

Parameters

FolderName   FolderName is a parameter of type BSTR ppSONames [out, retval]

  ppSONames is a parameter of type IAGSEnumServerObjectName

Product Availability

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

See Also

IAGSServerConnection2 Interface