ContentCmdletProviderIntrinsics
Class
Definition
Exposes the Content nouns to the Cmdlet Providers to the Cmdlet base class. The methods of this class use the providers to perform operations.
public sealed class ContentCmdletProviderIntrinsics
- Inheritance
-
ContentCmdletProviderIntrinsics
Methods
| Clear(String) |
Clears the content from the item(s) specified by the path |
| Clear(String[], Boolean, Boolean) |
Clears the content from the item(s) specified by the path |
| GetReader(String) |
Gets the content reader for the item at the specified path |
| GetReader(String[], Boolean, Boolean) |
Gets the content reader for the item at the specified path |
| GetWriter(String) |
Gets the content writer for the item(s) at the specified path. |
| GetWriter(String[], Boolean, Boolean) |
Gets the content writer for the item(s) at the specified path. |