Trustee_type – Kofax DM API User Manual
Page 501

DM API T
OKENS
481
%TRUSTEE_TYPE
%TRUSTEE_TYPE
The
%TRUSTEE_TYPE
token, together with the
%TRUSTEE_ID
and
%TRUSTEE_RIGHTS
tokens, allows trustee settings for a document to
be set or modified. Users who can modify a document object are called
trustees.
Syntax
PCDPropertyList.AddProperty(“%TRUSTEE_TYPE”, _
vntUserType)
Parameters
Usage
The user type can be set to any of the following values:
Example
'Create a property list object.
Set pPropList = CreateObject("PCDClient.PCDPropertyList")
'Identify the trustee.
pPropList.AddProperty("%TRUSTEE_ID", vntName)
'Idnetify the trustee type.
pPropList.AddProperty("%TRUSTEE_TYPE", vntType)
'Identify the trustee permissions.
pPropList.AddProperty("%TRUSTEE_RIGHTS", vntRights)
%TRUSTEE_TYPE
The token identifier used to indicate that
the type of trustee is being identified.
vntUserType
The type of Trustee.
0
Unknown User Type
1
Group
2
Person