DataColumnIdentifierEnum

Represents all available document attributes. The data types described for each item need to be known when setting the FilterValue fields within the AttributeFilterCondition. Only values that user is allowed to searrch on are used.

Possible enumeration values:

Enumeration Values and Descriptions
NameValueDescription
DocId

1

The ID of the document (Integer)

DocParentFolderId

2

The parent folder ID within the Filing Structure (Integer)

DocTitle

3

The title of a document (String)

DocFileExtension

4

The extension of the file related to the document (such as .txt .doc .tif) (String)

DocCheckedOut

5

A flag which is set to True when a document is checked out (Boolean)

DocUserPutinId

7

The ID of the user who created / checked in the document (String)

DocDatePutin

8

The date that the document was added to the system. (Date)

VersionId

101

The version of the document, which is incremented with each check in (Integer)

VersionLatest

102

True when the VersionId represents the latest version of this document (Boolean)

VersionFileCreatedDate

103

The date the file related to this version of the document was created on disk (Date) (only relevant to fields uploaded from the Client application)

VersionFileModifiedDate

104

The date the file related to this version of the document was modified on disk (Date) (only relevant to fields uploaded from the Client application)

VersionFileLastReadDate

105

The date the file related to this version of the document was read from disk (Date) (only relevant to fields uploaded from the Client application)

VersionFileSize

106

The size in bytes of the File related to this version of the document (Integer)

VersionFileName

107

The name of the original file that was uploaded to create this version of the document (String)