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


IServiceCatalogAdmin2.ServiceFolders Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Server)  

IServiceCatalogAdmin2.ServiceFolders Property

The array of the web service folders for the web service catalog.

[Visual Basic .NET]
Public WriteOnly Property ServiceFolders
[C#]
public void ServiceFolders {set;}
[C++]
HRESULT putref_ServiceFolders(
  IStringArray* 
);
[C++]

Parameters [in]
is a parameter of type IStringArray

Product Availability

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

See Also

IServiceCatalogAdmin2 Interface