SessionStateProviderBase.RenameItem(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Copies the specified item.
protected:
override void RenameItem(System::String ^ name, System::String ^ newName);
protected:
override void RenameItem(Platform::String ^ name, Platform::String ^ newName);
override void RenameItem(std::wstring const & name, std::wstring const & newName);
protected override void RenameItem (string name, string newName);
override this.RenameItem : string * string -> unit
Protected Overrides Sub RenameItem (name As String, newName As String)
Parameters
- name
- String
The name of the item to copy.
- newName
- String
The new name of the item.