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


IServerConfigurationStorage.AddFolder Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Server > ESRI.ArcGIS.Server > Interfaces > IS > IServerConfigurationStorage Interface > IServerConfigurationStorage.AddFolder Method
ArcGIS Developer Help

IServerConfigurationStorage.AddFolder Method

[Visual Basic .NET]
Public Sub AddFolder ( _
    ByVal folderName As String, _
    ByVal Info As String _
)
[C#]
public void AddFolder (
    string folderName,
    string Info
);
[C++]
HRESULT AddFolder(
  BSTR folderName,
  BSTR Info
);
[C++]
Parameters
folderName [in]

folderName is a parameter of type BSTR Info [in]
Info is a parameter of type BSTR

Product Availability

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

See Also

IServerConfigurationStorage Interface