Copy-RoyalObject |
![]() |
Copy-RoyalObject
Copies a RoyalObject to another /RoyalFolder
Copy-RoyalObject [-Object] <RoyalObject> [-TargetFolder] <RoyalFolder> [<CommonParameters>]
This cmdlet copies a RoyalObject to a RoyalFolder/RoyalDocument.
-Object <RoyalObject>
The RoyalObject that is going to be copied. 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 the RoyalObject is copied to. Use the Out-RoyalDocument to save it.
Required? true
Position? 1
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 copied. Use the Out-RoyalDocument to save it.
RoyalDocumentLibrary.RoyalFolder
The target folder the RoyalObject is copied to. Use the Out-RoyalDocument to save it.
---------- EXAMPLE 1 ----------
Copy-RoyalObject -Object $folder -TargetFolder $anotherDocument
This command creates a new RoyalObject at $anotherdocument with the settings from $folder