10-18-2019 05:41 AM
documents = nuxeoClient.repository().query("SELECT * FROM Document WHERE ecm:path= ? AND ecm:isTrashed = 1", "1", "50",null,null,null, path);
This is the code I'm using to get the list of trashed documents of a particular path but this is returning me null
10-18-2019 07:01 AM
SELECT * FROM Document WHERE ecm:parentId = ? AND ecm:isVersion = 0 AND ecm:isTrashed = 1
this NXQL query worked.. problem solved
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.