Contents_reorder_contents, Related items – Kofax DM API User Manual

Page 345

Advertising
background image

DM API T

OKENS

325

%CONTENTS_REORDER_CONTENTS


'Set the new order.

pDocObject.SetProperty("%CONTENTS_REORDER_ARRAY", pOrder)


'Set the action.

pDocObject.SetProperty("%CONTENTS_DIRECTIVE", _

%CONTENTS_REORDER_CONTENTS")


'Perform the update.

pDocObject.Update()


'Check for error(s).

checkError(pDocObject, "ERROR_REORDERFOLDERITEMS")


'Clean up.

delete pDocObject

Related Items

See the

PCDDocObject

object.

See the

SetProperty

method.

See the

%CONTENTS_DIRECTIVE

token.

Advertising