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


IAGSServerConnection2.ServerObjectNamesEx Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GISClient > ESRI.ArcGIS.GISClient > Interfaces > IA > IAGSServerConnection2 Interface > IAGSServerConnection2.ServerObjectNamesEx Property
ArcGIS Developer Help

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