09-19-2014 05:46 AM
09-19-2014 09:02 AM
SELECT cmis:name FROM cmis:document WHERE IN_FOLDER('folder id') //IN_FOLDER() matches the immediate children of a folder
SELECT cmis:name FROM cmis:folder F WHERE IN_TREE(F, 'folder id') //IN_TREE matches any object beneath the folder.
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.