Item.CheckList.Up

Moves the selected items up in the checklist folder.

Parameters

Item.drn (Required)

Specifies the GroupWise identifier of the item or item to move up the checklist folder.

User.context (Required)

Specifies the context identifier for this user’s session.

Return Values

If this action was specified as a subaction of Item.Action and Item.UpdateList was specified, returns the same values as Folder.Open. Otherwise, nothing is returned.

Example

<FORM method=post action=/servlet/webacc>
   <INPUT type=hidden name=User.context value=xyz>
   <INPUT type=hidden name=action value=Item.Action>
   <INPUT type=hidden name="Item.CheckList.Up" value="">
   <INPUT type=checkbox name=Item.drn value=582z1z>
   <INPUT type=hidden name=Item.UpdateList value=1>
</FORM>