Contents_directive – Kofax DM API User Manual

Page 332

Advertising
background image

312 C

HAPTER

5

%CONTENTS_DIRECTIVE

%CONTENTS_DIRECTIVE

This token is used to manipulate the content of the folder. The
following operations are supported:

%CONTENTS_MOVE_DOWN

%CONTENTS_MOVE_UP

%CONTENTS_MOVE_TO_TOP

%CONTENTS_MOVE_AFTER

%CONTENTS_REORDER_CONTENTS

%CONTENTS_WHERE_USED

%CONTENTS_COPY_CONTENTS

Syntax

PCDDocObject.SetProperty( _

“%CONTENTS_DIRECTIVE”, _

strOperation)

Parameters

Example

See the

%CONTENTS_COPY_CONTENTS

Example on page 310

or the

%CONTENTS_MOVE_AFTER

Example on page 316

.

Related Items

See the

PCDDocObject

object.

See the

SetProperty

method.

%CONTENTS_DIRECTIVE

The token identifier that indicates that
the program will manipulate the contents
of a folder.

strOperation

A string variable that contains one of the
supported operations, or the name of the
operation as a literal enclosed in double
quotation marks.

Advertising