| | WebCenter Interaction API | |
| IPTCatalog.CopyFolder Method |
Copies the document folder. The user must have the folder creation activity rights (permission to create folders) and edit access privilege (permission to modify folders) for the target folder.
void CopyFolder(
int lFolderID,
int lTargetFolderID,
bool bRecursive,
bool bCopyCards
);
Parameters
-
lFolderID
- folder ID of the document folder to copy from.
-
lTargetFolderID
- folder ID of the folder to copy to.
-
bRecursive
- if true, copies the subfolders and all the documents within the subfolders.
-
bCopyCards
- if true, copies the documents.
See Also
IPTCatalog Interface | com.plumtree.server Namespace