Aqualogic Interaction API  
 

IPTSiteMapFolderManager.MoveFolder Method 

Move a folder from one location to another. This function fails if the destination folder is a child of the folder to move.

void MoveFolder(
   int nFolderToMove,
   int nDestinationFolder
);

Parameters

nFolderToMove
- folder id of the folder to move
nDestinationFolder
- folder id of the destination folder

See Also

IPTSiteMapFolderManager Interface | com.plumtree.server Namespace