Contents_move_to_top, Related items – Kofax DM API User Manual

Page 341

Advertising
background image

DM API T

OKENS

321

%CONTENTS_MOVE_TO_TOP

pDocObject.SetProperty("%CONTENTS_DIRECTIVE", _

"%CONTENTS_MOVE_TO_TOP”)


'Perform the update.

pDocObject.Update()


'Check for errors.

checkError(pDocObject, "ERROR_MOVEDOWNFOLDERITEM")


'Clean up.

delete pDocObject

Related Items

See the

PCDDocObject

object.

See the

SetProperty

method.

See the

%CONTENTS_DIRECTIVE

token.

Advertising