Version_author – Kofax DM API User Manual

Page 517

Advertising
background image

DM API T

OKENS

497

%VERSION_AUTHOR

%VERSION_AUTHOR

This token allows to specify the author of the document version.

Syntax

PCDDocObject.SetProperty(“%VERSION_AUTHOR”, _

vntAuthorName)

Parameters

Example

'Create a document object.

Set pObj = CreateObject("PCDClient.PCDDocObject")


'Set the DM security token.

pObj.SetDST(strDST)


'Set the author name.

pDocObject.SetProperty("%VERSION_AUTHOR", “ROBERT_X”)


'Set the object (form) type.

pDocObject.SetObjectType(“DEF_PROF”)


'Fetch the data.

pDocObject.Fetch

Related Items

See the PCDDocObject object.

See the SetProperty method.

%VERSION_AUTHOR

The token identifier that indicates the
author is being specified.

vntAuthorName

The

USER_ID of the document version

author.

Advertising