Out-RoyalDocument

Out-RoyalDocument

Scripting > Reference > PowerShell Commandlets >

NAME

Out-RoyalDocument
 
 

 

SYNOPSIS

Saves a RoyalDocument.
 
 

 

SYNTAX

Out-RoyalDocument [-Document] <RoyalDocument> [[-FileName] <string>] [<CommonParameters>]
 
 
 

 

DESCRIPTION

This cmdlet saves a RoyalDocument. The format is specified by using the corresponding extension (.rtsx or .rtsz)
 
 

 

PARAMETERS

-Document <RoyalDocument>
The RoyalDocument that will be saved to disc.
 
Required? true
Position? 0
Default value
Accept pipeline input? true (ByValue, ByPropertyName)
Accept wildcard characters? false
 
-FileName <string>
If specified, this parameter will be used for saving to disc and also overwriting the current
$document.FileName.
 
Required? false
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.RoyalDocument
 
 
The RoyalDocument that will be saved to disc.
 
System.String
 
 
If specified, this parameter will be used for saving to disc and also overwriting the current
$document.FileName.
 
 
 

 

OUTPUTS

 
---------- EXAMPLE 1 ----------
 
Out-RoyalDocument -FileName "royaltsdocument.rtsz" -Document $doc
 
 
 
 
 
 

 

RELATED LINKS

New-RoyalObject

Move-RoyalObject

Copy-RoyalObject

Set-RoyalObjectValue

Get-RoyalObjectValue

Get-RoyalObject