Item.CheckList.Bottom

Moves the selected items to the bottom of the checklist folder.

Parameters

Item.drn (Required)

Specifies the GroupWise identifier of the item or items to move to the bottom of 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.Bottom" value="">
   <INPUT type=checkbox name=Item.drn value=582z1z>
   <INPUT type=hidden name=Item.UpdateList value=1>
</FORM>