SessionStateProviderBase.CopyItem(String, String, Boolean) Method

Definition

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.

Applies to