This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Server > ESRI.ArcGIS.Server > Interfaces > IS > IServerConfigurationStorage Interface > IServerConfigurationStorage.AddFolder Method (ArcObjects .NET 10.4 SDK) |
[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