Contents_move_after, Related items – Kofax DM API User Manual

Page 337

Advertising
background image

DM API T

OKENS

317

%CONTENTS_MOVE_AFTER

'Specify the place.

pDocObject.SetProperty("%CONTENTS_AFTER_ITEM", afterSystemID)


'Set the command.

pDocObject.SetProperty("%CONTENTS_DIRECTIVE", _

%CONTENTS_MOVE_AFTER")


'Perform the update.

pDocObject.Update()

'Check for errors.

checkError(pDocObject, "ERROR_MOVEAFTERFOLDERITEM")


'Delete the object.

delete pDocObject

Related Items

See the

PCDDocObject

object.

See the

SetProperty

method.

See the

%CONTENTS_DIRECTIVE

token.

Advertising