Zimlet JavaScript API Reference - ZmItemMoveAction

Class ZmItemMoveAction


Extends ZmItemAction.

Represents an undoable move action on an item

Defined in: ZmAction.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
ZmItemMoveAction(item, fromFolderId, toFolderId, op)
Methods borrowed from class ZmModel:
addChangeListener, removeAllChangeListeners, removeChangeListener
Class Detail
ZmItemMoveAction(item, fromFolderId, toFolderId, op)
Parameters:
{ZmItem} item
Item to perform the move on
{int} fromFolderId
Original folder id of the item
{int} toFolderId
Destination folder id of the item
{String} op
The operation to perform (e.g. "move")

Documentation generated by JsDoc Toolkit 2.3.0 on Tue Jun 28 2016 21:01:38 GMT-0400 (EDT)