The following example will paste files or folders from the clipboard to the selected folder:
JamShellTree.InvokeCommandOnSelected(saPaste);
The following example will show properties dialog for the selected folder:
JamShellList.InvokeCommandOnSelected(saProperties);