WebCenter Interaction API  
 

IPTCatalog.MoveFolder Method 

Moves a document folder into another location. You cannot move a folder into itself or to any of its descendants. The user needs edit access privilege (permission to modify folders) for both the source and target folders, and admin access privilege (full administrative control) for the document folder being moved.

void MoveFolder(
   int lFolderID,
   int lTargetFolderID
);

Parameters

lFolderID
folder ID of the document folder to move.
lTargetFolderID
new location. The folder ID of the target folder.

See Also

IPTCatalog Interface | com.plumtree.server Namespace