Get-RoyalDocumentType

Get-RoyalDocumentType

Scripting > Reference > PowerShell Commandlets >

NAME

Get-RoyalDocumentType
 
 

 

SYNOPSIS

Gets the RoyalDocumentType.
 
 

 

SYNTAX

Get-RoyalDocumentType [-Document] <RoyalDocument> [<CommonParameters>]
 
 
 

 

DESCRIPTION

This cmdlet gets the RoyalDocumentType: Merge (merges all changes from the in-memory RoyalDocument back to the
version saved to disc) or OverWrite (overwrites the version on disc).
 
 

 

PARAMETERS

-Document <RoyalDocument>
The RoyalDocument of which the DocumentType is returned.
 
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.RoyalDocument
 
 
The RoyalDocument of which the DocumentType is returned.
 
 
 

 

OUTPUTS

 
---------- EXAMPLE 1 ----------
 
Get-RoyalDocumentType -Document $document
 
 
 
 
 

 

RELATED LINKS

New-RoyalObject

Out-RoyalDocument

Move-RoyalObject

Copy-RoyalObject

Get-RoyalObject