This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Server > ESRI.ArcGIS.Server > Interfaces > IS > IServerConfigurationStorage Interface > IServerConfigurationStorage.PutFolderInfo Method (ArcObjects .NET 10.4 SDK) |
[Visual Basic .NET] Public Sub PutFolderInfo ( _ ByVal folderName As String, _ ByVal Val As String _ )
[C#] public void PutFolderInfo ( string folderName, string Val );
[C++]
HRESULT PutFolderInfo(
BSTR folderName,
BSTR Val
);
[C++]
Parameters folderName [in] folderName is a parameter of type BSTR Val [in] Val is a parameter of type BSTR