Specifies the input document to use for this publish or thumbnail request.

Namespace:  FileNet.Api.Core
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
Property InputDocument As IDocument
C#
IDocument InputDocument { get; set; }
Visual C++
property IDocument^ InputDocument {
	IDocument^ get ();
	void set (IDocument^ value);
}
JavaScript
function get_inputDocument();
function set_inputDocument(value);

ToggleRemarks

Metadata

AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
DataType: OBJECT
DeletionAction: NONE
IsHidden: false
IsOrderable: true
IsSearchable: true
IsValueRequired: true
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
ReflectiveProperty: CmThumbnails
RequiredClass: Document
RequiresUniqueElements: false
Settability: SETTABLE_ONLY_ON_CREATE
TargetAccessRequired: WRITE_VIEW_CONTENT

ToggleSee Also