Trustees_update, Trustees_update 48 – Kofax DM API User Manual

Page 509

Advertising
background image

DM API T

OKENS

489

%TRUSTEES_UPDATE

%TRUSTEES_UPDATE

Use this token to set trustee information.

Syntax

PCDDocObject.SetProperty(“%TRUSTEES_UPDATE”, _

vntAction)

Parameters

Usage

The

%TRUSTEES_UPDATE

token supports the following actions:

Example

'Create a document object.

Set pDocObject = CreateObject("PCDClient.PCDDocObject.1")


'Set the DM security token.

pDocObject.SetDST(strDST)


'Set the object type. Data on the MassProfile Update form shows

'the updated trustee settings.

pDocObject.SetObjectType("MassProfileUpdate")


'Set the update action.

pDocObject.SetProperty("%TRUSTEES_UPDATE", "%TRUSTEES_SET")

%TRUSTEES_UPDATE

The token identifier that indicates trustee
information is about to be updated.

vntAction

One of the three trustee actions
supported by the

%TRUSTEES_UPDATE

token.

%TRUSTEES_ADD

Add one or more trustees to the current
list of trustees.

%TRUSTEES_REMOVE

Remove one or more trustees from the
current list of trustees.

%TRUSTEES_SET

Adjust the access rights of one or more
of the current trustees.

Advertising