Document.Profile

Retrieves the profile information for the specified document.

Parameters

Library.id (Required)

Specifies the library identifier of the desired document.

Document.id (Required)

Specifies the document number of the desired document.

Document.version (Required)

Specifies the numeric version number of the desired version of the document, or one of the following values:

  • Official
  • Current
User.context (Required)

Specifies the context identifier for this user’s session.

Return Values

Value

Description

Library.id

Library identifier for the document.

Document.id

Document number for the document.

Document.version

Document version.

Document.author

Author of the document.

Document.size

Size of the document.

Document.subject

Document subject.

Document.extension

Document file extension (such as doc).

Document.Profile.createDate

Creation date of the document.

Document.Profile.modifyDate

Modification date of the document.

Document.Profile.officialVersion

Version number for the official document.

Document.Profile.currentVersion

Version number for the current document.

Document.Profile.versionCount

Number of versions for the document.

Example

<A href="/servlet/webacc?User.context=xyz&action= Document.Profile&Document.Library.id=Library1&Document.id=3452
&Document.version=Official">Document Properties</A>