ArcObjects Library Reference (Server)  

IServerConfigurationStorage.PutFolderInfo Method

[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

Product Availability

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

See Also

IServerConfigurationStorage Interface