Copy-RoyalObject

Copy-RoyalObject

Scripting > Reference > PowerShell Commandlets >

NAME

Copy-RoyalObject
 
 

 

SYNOPSIS

Copies a RoyalObject to another /RoyalFolder
 
 

 

SYNTAX

Copy-RoyalObject [-Object] <RoyalObject> [-TargetFolder] <RoyalFolder> [<CommonParameters>]
 
 
 

 

DESCRIPTION

This cmdlet copies a RoyalObject to a RoyalFolder/RoyalDocument.
 
 

 

PARAMETERS

-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).
 
 

 

INPUTS

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.
 
 
 

 

OUTPUTS

 
---------- EXAMPLE 1 ----------
 
Copy-RoyalObject -Object $folder -TargetFolder $anotherDocument
 
 
This command creates a new RoyalObject at $anotherdocument with the settings from $folder
 
 
 

 

RELATED LINKS

New-RoyalObject

Move-RoyalObject

Copy-RoyalObject

Set-RoyalObjectValue

Get-RoyalObjectValue

Get-RoyalObject