05-23-2011 02:53 AM
05-29-2011 11:14 AM
06-01-2011 07:45 AM
String folderPath = nodePath.substring(0, nodePath.lastIndexOf("/")+1);
String destinationFolder = folderPath + "ExpiredContent";
AVMServiceImpl avmImpl = new AVMServiceImpl();
avmImpl.copy(node.getVersionID(), node.getPath(), destinationFolder, "ExpiredContent");
I guess I'm not passing the parameters in the expected format because it doesn't seem to be working. Has anyone used this function to move content to another folder?07-08-2011 02:01 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.