05-11-2016 09:37 AM
05-11-2016 06:17 PM
05-12-2016 05:52 AM
05-12-2016 11:17 AM
// locate folder by path
// NOTE: only supports path beneath company home, not from root
var folder = roothome.childByNamePath(url.extension);
if (folder == undefined || !folder.isContainer)
{
status.code = 404;
status.message = "Folder " + url.extension + " not found.";
status.redirect = true;
}
model.folder = folder;
model.isTitled = folder.hasAspect("cm:title")
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.