SessionStateProviderBase.GetChildNames(String, ReturnContainers) Method

Definition

Gets the name(s) of the item(s) at the given path.

protected:
 override void GetChildNames(System::String ^ path, System::Management::Automation::ReturnContainers returnContainers);
protected override void GetChildNames (string path, System.Management.Automation.ReturnContainers returnContainers);
override this.GetChildNames : string * System.Management.Automation.ReturnContainers -> unit
Protected Overrides Sub GetChildNames (path As String, returnContainers As ReturnContainers)

Parameters

path
String

The name of the item to retrieve, or all if empty or null.

returnContainers
ReturnContainers

Ignored.

Applies to