Getcurrenttrusteeflags, Getcurrenttrusteeflags 181 – Kofax DM API User Manual

Page 201

Advertising
background image

DM API M

ETHODS

AND

P

ROPERTIES

181

GetCurrentTrusteeFlags

GetCurrentTrusteeFlags

Use this method in a

BeginIter

/

NextTrustee

loop to get the trustee flags

set for the current entry in the list.

Syntax

PCDTrusteeList.GetCurrentTrusteeFlags()

Returns

Returns a pointer to an integer to receive the trustee flags that have been
set. Languages such as JavaScript, Visual Basic, and VBScript return this
as a function value. GetCurrentTrusteeFlags supports the following
values:

Related Items

See the

PCDTrusteeList

object.

See the following methods:

BeginIter
GetCurrentTrusteeName
GetCurrentTrusteeRights
NextTrustee

See the following properties:

ErrDescription
ErrNumber

Trustee Flag

Value

PCD_TRUSTEE_UNKNOWN_TYPE

0

PCD_TRUSTEE_GROUP_TYPE

1

PCD_TRUSTEE_PERSON_TYPE

2

Advertising