Move-RoyalObject |
![]() |
Move-RoyalObject
Moves a RoyalObject to another /RoyalFolder
Move-RoyalObject [-Object] <RoyalObject> [-TargetFolder] <RoyalFolder> [<CommonParameters>]
This cmdlet moves a RoyalObject to a RoyalFolder/RoyalDocument.
-Object <RoyalObject>
The RoyalObject that is going to be moved. Use the Out-RoyalDocument to save it.
Required? true
Position? 0
Default value
Accept pipeline input? true (ByValue, ByPropertyName)
Accept wildcard characters? false
-TargetFolder <RoyalFolder>
The target folder where the RoyalObject moved to. Use the Out-RoyalDocument to save it.
Required? true
Position? 0
Default value
Accept pipeline input? true (ByValue, ByPropertyName)
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
RoyalDocumentLibrary.RoyalObject
The RoyalObject that is going to be moved. Use the Out-RoyalDocument to save it.
RoyalDocumentLibrary.RoyalFolder
The target folder where the RoyalObject moved to. Use the Out-RoyalDocument to save it.
---------- EXAMPLE 1 ----------
Move-RoyalObject -Object $folder -TargetFolder $anotherDocument
This command moves $folder to $anotherDocument.