SessionStateProviderBase.GetChildItems(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.
Gets the item(s) at the given path.
protected:
override void GetChildItems(System::String ^ path, bool recurse);
protected:
override void GetChildItems(Platform::String ^ path, bool recurse);
override void GetChildItems(std::wstring const & path, bool recurse);
protected override void GetChildItems (string path, bool recurse);
override this.GetChildItems : string * bool -> unit
Protected Overrides Sub GetChildItems (path As String, recurse As Boolean)
Parameters
- path
- String
The name of the item to retrieve, or all if empty or null.
- recurse
- Boolean
Ignored.