Deletetrustee, Deletetrustee 163 – Kofax DM API User Manual

Page 183

Advertising
background image

DM API M

ETHODS

AND

P

ROPERTIES

163

DeleteTrustee

DeleteTrustee

Use this method to delete from the list of trustees a trustee at a given
offset.

Syntax

PCDTrusteeList.DeleteTrustee( lngNdx )

Parameter

Returns

Returns an

HRESULT

to receive the result of the call.

S_OK

indicates

success. Languages such as JavaScript, Visual Basic, and VBScript
return this as a function value.

Related Items

See the

PCDTrusteeList

object.

See the following properties:

ErrDescription
ErrNumber

lngNdx

An unsigned long integer that is set to the offset
into the list of trustees that identifies the trustee
that is to be deleted.

Advertising