OScript API/Built-in Package Index

Class: DAPIVERSION

DAPIVERSION is the object handle of a version of a node stored in the DAPI database. It is used in the DAPI functions for all version manipulation operations.

Instance Attributes

The comment field.

The creation date and time of this version.

The file creation date and time.

The file creator (specific to the Macintosh platform).

The data size of this version of the file.

The file modification date and time.

The file name.

The platform from which the file originated.

The resource size of this version of the file.

The file type.

The GUID for this version.

The unique ID.

Unused.

An integer indicating locked status.

The ID of the user who locked this version.

The date and time when the version is locked.

The file MIME type.

The modification date and time of this version.

The name of this version.

The ID of the node which contains this version.

The version number of this version.

The ID of the user who created this version.

The page number for this version.

The ID of the associated provider.

The name of the associated provider.

The type of this version.

The major version number.

The minor version number.

Instance Attributes

String pComment

The file name. The column in the DVersData table is FileName.

The file creator (specific to the Macintosh platform). The column in the DVersData table is FileCreator.

Integer pFileName

The page number for this version.

The minor version number. The column in the DVersData table is VerMinor.

Integer pID

The ID of the node contains this version. The column in the DVersData table is DocID.

Date pLocked

The file modification date and time. The column in the DVersData table is FileMDate.

Integer pLockedBy

The ID of the associated provider. The column in the DVersData table is ProviderId.

The file MIME type. The column in the DVersData table is MimeType.

Integer pModifyDate

The resource size of this version of the file. It is Mac platform specific. The column in the DVersData table is ResSize.

Date pName

The creation date and time of this version. The column in the DVersData table is VerCDate.

String pNodeID

The name of this version. The column in the DVersData table is VersionName.

Integer pNumber

The ID of the user who created this version. The column in the DVersData table is Owner.

Date pOwner

The date and time when this version is locked. The column in the DVersData table is LockedDate.

Integer pType

An integer indicating locked status. The column in the DVersData table is Locked.

 Copyright © 2019 OpenText Corporation. All rights reserved.