Contents_move_up, Related items – Kofax DM API User Manual

Page 343

Advertising
background image

DM API T

OKENS

323

%CONTENTS_MOVE_UP

pDocObject.SetProperty("%CONTENTS_DIRECTIVE",

"%CONTENTS_MOVE_UP”)


'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