
DM API TOKENS 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.
Komentáře k této Příručce