08-29-2014 08:03 AM
TYPE_MAP:
{
"documents": '+(TYPE:"content" OR TYPE:"app:filelink" OR TYPE:"folder")', // changing this line has no effect
"folders": '+(TYPE:"folder" OR TYPE:"app:folderlink")',
"images": '+@cm\\:content.mimetype:image/*'
},
if (parsedArgs.type === "documents") // from where in god's sake comes this arguement? where is the url specified to change the call?
//I dont want to change the if statement maybe it is used by other calls as well
{
nodes = documentNodes;
totalRecords -= folderNodesCount;
}
09-01-2014 02:41 AM
09-01-2014 04:02 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.