Move-RoyalObject

Move-RoyalObject

Scripting > Reference > PowerShell Commandlets >

NAME

Move-RoyalObject
 
 

 

SYNOPSIS

Moves a RoyalObject to another /RoyalFolder
 
 

 

SYNTAX

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

 

DESCRIPTION

This cmdlet moves a RoyalObject to a RoyalFolder/RoyalDocument.
 
 

 

PARAMETERS

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

 

INPUTS

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.
 
 
 

 

OUTPUTS

 
---------- EXAMPLE 1 ----------
 
Move-RoyalObject -Object $folder -TargetFolder $anotherDocument
 
 
This command moves $folder to $anotherDocument.
 
 
 

 

RELATED LINKS

New-RoyalObject

Move-RoyalObject

Copy-RoyalObject

Set-RoyalObjectValue

Get-RoyalObjectValue

Get-RoyalObject