Get-RoyalDocumentType |
![]() |
Get-RoyalDocumentType
Gets the RoyalDocumentType.
Get-RoyalDocumentType [-Document] <RoyalDocument> [<CommonParameters>]
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).
-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).
RoyalDocumentLibrary.RoyalDocument
The RoyalDocument of which the DocumentType is returned.
---------- EXAMPLE 1 ----------
Get-RoyalDocumentType -Document $document