ArcObjects Library Reference (Server)  

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