SessionStateProviderBase.GetChildItems(String, Boolean) Method

Definition

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.

Applies to