Trustees_set – Kofax DM API User Manual
Page 507

DM API T
OKENS
487
%TRUSTEES_SET
%TRUSTEES_SET
Use this token to set trustee information.
Syntax
PCDDocObject.SetProperty(“%TRUSTEES_UPDATE”, _
“%TRUSTEES_SET”)
Parameters
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")
'Perform the update.
pDocObject.Update
Related Items
See the
PCDDocObject
object.
See the
SetProperty
method.
See the following tokens:
%TRUSTEES_UPDATE
The token identifier that indicates trustee
information is about to be updated.
%TRUSTEES_SET
The token identifier that indicates the
rights of one or more of the trustees has
changed and should be saved.