IDynamicPropertyCmdletProvider.MoveProperty Method

Definition

Moves a property on an item specified by the path.

C++
public:
 void MoveProperty(System::String ^ sourcePath, System::String ^ sourceProperty, System::String ^ destinationPath, System::String ^ destinationProperty);

Parameters

sourcePath
String

The path to the item on which to move the property.

sourceProperty
String

The name of the property to move.

destinationPath
String

The path to the item on which to move the property to.

destinationProperty
String

The destination property to move to.

Remarks

Providers override this method to give the user the ability to move properties from one provider object to another using the move-itemproperty cmdlet.

Providers that declare ProviderCapabilities of ExpandWildcards, Filter, Include, or Exclude should ensure that the path passed meets those requirements by accessing the appropriate property from the base class.

By default overrides of this method should not move properties on or to objects that are generally hidden from the user unless the Force property is set to true. An error should be sent to the WriteError method if the path represents an item that is hidden from the user and Force is set to false.

Applies to

Product Versions
PowerShell SDK 7.2.0, 7.3.0, 7.4.0
Windows PowerShell 5.1.0.0