This document is archived and information here might be outdated.  Recommended version.


IServerConfigurationStorage.RenameFolder Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Server > ESRI.ArcGIS.Server > Interfaces > IS > IServerConfigurationStorage Interface > IServerConfigurationStorage.RenameFolder Method
ArcGIS Developer Help

IServerConfigurationStorage.RenameFolder Method

[Visual Basic .NET]
Public Sub RenameFolder ( _
    ByVal OldName As String, _
    ByVal newName As String _
)
[C#]
public void RenameFolder (
    string OldName,
    string newName
);
[C++]
HRESULT RenameFolder(
  BSTR OldName,
  BSTR newName
);
[C++]
Parameters
OldName [in]

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

See Also

IServerConfigurationStorage Interface