DocumentObject Class

This object represents a Document.

This object is derived from the ContentObject class. All properties and methods from the ContentObject are supported for the Document object, plus the properties below.

Properties

PROPERTY NAME

DATA TYPE

DESCRIPTION

FileType

String

The file extension of the document

DOS_FileName

String

The DOS “friendly” file name of the document

CheckedOut

Boolean

Is the document currently checked out?

CheckedOutUID

String

If this document is checked out, the UID of the user

FilePath

String

This property will return the physical file path of an attachment that is stored on the file system. This property will return no value if the document is stored in the Process Director database.

WebViewableOID

String

The OID of the optional web viewable object

ManagedOID

String

The OID of the actual document object

Methods