SessionStateProviderBase.CopyItem(String, String, Boolean) 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 CopyItem(System::String ^ path, System::String ^ copyPath, bool recurse);
protected:
override void CopyItem(Platform::String ^ path, Platform::String ^ copyPath, bool recurse);
override void CopyItem(std::wstring const & path, std::wstring const & copyPath, bool recurse);
protected override void CopyItem (string path, string copyPath, bool recurse);
override this.CopyItem : string * string * bool -> unit
Protected Overrides Sub CopyItem (path As String, copyPath As String, recurse As Boolean)
Parameters
- path
- String
The name of the item to copy.
- copyPath
- String
The name of the item to create.
- recurse
- Boolean
Ignored.