Trustee_rights, Trustee_rights 47 – Kofax DM API User Manual

Page 499

Advertising
background image

DM API T

OKENS

479

%TRUSTEE_RIGHTS

%TRUSTEE_RIGHTS

The

%TRUSTEE_RIGHTS

token, together with the

%TRUSTEE_ID

and

%TRUSTEE_TYPE

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_RIGHTS”, _

vntRights)

Parameters

Usage

The rights specified by this setting can apply to a person, a group, or an

ORGHIERARCHY

unit, as shown in the

ORGHIERARCHY

database table.

Example

'Create a property list object.

Set pPropList = CreateObject("PCDClient.PCDPropertyList")


'Request trustee information.

pPropList.AddProperty("%TRUSTEE_ID", vntName)


'Request the trustee type.

pPropList.AddProperty("%TRUSTEE_TYPE", vntType)


'Request the trustee permissions.

pPropList.AddProperty("%TRUSTEE_RIGHTS", vntRights)

Related Items

See the

PCDPropertyList

object.

%TRUSTEE_RIGHTS

The token identifier used to indicate that
the rights of the trustee are being
identified.

vntRights

The rights of this user for this document
object, as shown in the

SECURITY

table.

Advertising