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


IAGSServerConnection2.ServerObjectNamesEx Property (ArcObjects .NET 10.4 SDK)
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