SessionStateProviderBase.RemoveItem(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.
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.