ChildItemCmdletProviderIntrinsics Class

Definition

Exposes the Children noun of the Cmdlet Providers to the Cmdlet base class. The methods of this class use the providers to perform operations.

public ref class ChildItemCmdletProviderIntrinsics sealed
public sealed class ChildItemCmdletProviderIntrinsics
type ChildItemCmdletProviderIntrinsics = class
Public NotInheritable Class ChildItemCmdletProviderIntrinsics
Inheritance
ChildItemCmdletProviderIntrinsics

Methods

Get(String, Boolean)

Gets the child items of the container at the given path.

Get(String[], Boolean, Boolean, Boolean)

Gets the child items of the container at the given path(s).

Get(String[], Boolean, UInt32, Boolean, Boolean)

Gets the child items of the container at the given path(s).

GetNames(String, ReturnContainers, Boolean)

Gets the child names of the container at the given path.

GetNames(String[], ReturnContainers, Boolean, Boolean, Boolean)

Gets the child names of the container at the given path.

GetNames(String[], ReturnContainers, Boolean, UInt32, Boolean, Boolean)

Gets the child names of the container at the given path.

HasChild(String)

Determines if an item at the given path has children.

HasChild(String, Boolean, Boolean)

Determines if an item at the given path has children.

Applies to