Contents_item – Kofax DM API User Manual

Page 334

Advertising
background image

314 C

HAPTER

5

%CONTENTS_ITEM

%CONTENTS_ITEM

This token identifies the system ID that identifies the object that is the
primary subject of the current operation.

Syntax

PCDDocObject.SetProperty(“%CONTENTS_ITEM”, _

lngSystemID)

Parameters

Usage

In order to access other information about the profiled object
referenced by

%CONTENTS_ITEM

, the

FOLDER_ITEM

table is joined to

the

PROFILE

table by use of the

DOCNUMBER

value that exists in both

tables.

Example

The

%CONTENTS_ITEM

token is used in several examples. See the

%CONTENTS_MOVE_AFTER

Example on page 316

, the

%CONTENTS_MOVE_DOWN

Example on page 318

, the

%CONTENTS_MOVE_TO_TOP

Example on page 320

, or the

%CONTENTS_MOVE_UP

Example on page 322

.

Related Items

See the

PCDDocObject

object.

See the

SetProperty

method.

See the following tokens:

%CONTENTS_DIRECTIVE

%CONTENTS_MOVE_AFTER

%CONTENTS_ITEM

The token identifier that indicates that
this statement references the unique
identifier for the profiled object involved
in the current operation.

lngSystemID

The

SYSTEM_ID value from the

FOLDER_ITEM database table.

Advertising