Out-RoyalDocument |
![]() |
Out-RoyalDocument
Saves a RoyalDocument.
Out-RoyalDocument [-Document] <RoyalDocument> [[-FileName] <string>] [<CommonParameters>]
This cmdlet saves a RoyalDocument. The format is specified by using the corresponding extension (.rtsx or .rtsz)
-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).
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.
---------- EXAMPLE 1 ----------
Out-RoyalDocument -FileName "royaltsdocument.rtsz" -Document $doc