SelectedDocument

Overview

The SelectedDocument schema contains unique information pertaining to a particular document.

{
documentID	string
nullable: true
Gets or Sets DocumentID

format	DocumentFormatTypeEnumstring
Gets or Sets DocumentFormatTypeEnum

Enum:
[ PDF, RAW_XML, RTF, TaggedPDF, TaggedPDFEmbeddedFonts ]
ancillaryOutput	[
nullable: true
Gets or Sets AncillaryOutput

AncillaryOutputOption{...}]
displayName	string
nullable: true
Gets or Sets DisplayName

type	DocumentTypeEnumstring
Gets or Sets DocumentTypeEnum

Enum:
[ Dynamic, Template, NonGenerated ]
autoselected	boolean
nullable: true
Gets or Sets Autoselected

suggested	boolean
nullable: true
Gets or Sets Suggested

copy	integer($int32)
nullable: true
Gets or Sets Copy

order	integer($int32)
nullable: true
Gets or Sets Order

packageID	string
nullable: true
Gets or Sets the Package ID

}