FileSystemProvider.ClearContentDynamicParameters(String) Method

Definition

Gets the dynamic property parameters required by the clear-content cmdlet.

public:
 virtual System::Object ^ ClearContentDynamicParameters(System::String ^ path);
public:
 Platform::Object ^ ClearContentDynamicParameters(Platform::String ^ path);
winrt::Windows::Foundation::IInspectable ClearContentDynamicParameters(std::wstring const & path);
public object ClearContentDynamicParameters (string path);
override this.ClearContentDynamicParameters : string -> obj
abstract member ClearContentDynamicParameters : string -> obj
override this.ClearContentDynamicParameters : string -> obj
Public Function ClearContentDynamicParameters (path As String) As Object

Parameters

path
String

If the path was specified on the command line, this is the path to the item for which to get the dynamic parameters.

Returns

A FileSystemClearContentDynamicParameters that provides access to the -Stream dynamic parameter.

Implements

Applies to