Renames a server configuration folder.
[Visual Basic .NET] Public Sub RenameFolder ( _ ByVal folderName As String, _ ByVal newName As String _ )
[C#] public void RenameFolder ( string folderName, string newName );
[C++]
HRESULT RenameFolder(
BSTR folderName,
BSTR newName
);
[C++]Parameters
folderName [in] folderName is a parameter of type BSTR newName [in] newName is a parameter of type BSTR
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.