[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.