SessionStateProviderBase.RemoveItem(String, Boolean) Method

Definition

Removes the item at the specified path.

protected:
 override void RemoveItem(System::String ^ path, bool recurse);
protected:
 override void RemoveItem(Platform::String ^ path, bool recurse);
 override void RemoveItem(std::wstring const & path, bool recurse);
protected override void RemoveItem (string path, bool recurse);
override this.RemoveItem : string * bool -> unit
Protected Overrides Sub RemoveItem (path As String, recurse As Boolean)

Parameters

path
String

The name of the item to be removed.

recurse
Boolean

Ignored.

Applies to