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 desired numeric version number of the document, or one of the following values:

  • Official
  • Current

Returns

Library.id

Library identifier for this document.

Document.id

Document number for this document.

Document.version

Document version.

Document.author

Author of the document.

Document.extension

Document file extension (such as doc).

Document.size

Size of the document.

Document.subject

Document subject.

Document.Profile.createDate

Creation date of the document.

Document.Profile.modifyDate

Modification date of the document.

Document.Profile.officialVersion

Version number of the official version of the document.

Document.Profile.currentVersion

Version number of the current version of the document.

Document.Profile.versionCount

Number of version for this document.

Example

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