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 sealed 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) | |
| 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) | |
| 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. |