FileSystemProvider.ClearPropertyDynamicParameters Method

Definition

Gets the dynamic property parameters required by the clear-itemproperty cmdlet. This feature is not required by the File System provider.

public:
 virtual System::Object ^ ClearPropertyDynamicParameters(System::String ^ path, System::Collections::ObjectModel::Collection<System::String ^> ^ propertiesToClear);
public object ClearPropertyDynamicParameters (string path, System.Collections.ObjectModel.Collection<string> propertiesToClear);
override this.ClearPropertyDynamicParameters : string * System.Collections.ObjectModel.Collection<string> -> obj
abstract member ClearPropertyDynamicParameters : string * System.Collections.ObjectModel.Collection<string> -> obj
override this.ClearPropertyDynamicParameters : string * System.Collections.ObjectModel.Collection<string> -> obj
Public Function ClearPropertyDynamicParameters (path As String, propertiesToClear As Collection(Of 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 set the dynamic parameters.

propertiesToClear
Collection<String>

A collection of the names of the properties to clear.

Returns

Null. This feature is not required by the File System provider.

Implements

Applies to