Item.Move

Moves the specified items.

Parameters

Folder.id or Folder.drn (Required)

Specifies the destination folder.

Item.drn (Required)

Specifies the GroupWise identifier of the item to be moved. This parameter can occur multiple times to move several items with the same transaction.

User.context (Required)

Specifies the context identifier for this user’s session.

Return Values

If an attempt was made to move a draft item to an invalid folder, Folder.Move.Err.folder (which is set to the name of the destination folder) is returned.

If this method was specified as a submethod of Item.Action and Item.UpdateList was specified, it returns the same values as Folder.Open. Otherwise, nothing else 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=submit name="Folder.id" value="10">
   <INPUT type=submit name="Item.drn" value="544">
   <INPUT type=submit name=Item.Move value="1">
</FORM>