CMIS to find SmartFolders
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2016 01:44 PM
Hi
I create a SmartFolder on alfresco server but when i found folders the SmartFolder that i created was not returned.
The query that i use is:
"select cmis
bjectId, cmis:name, cmis
ath, cmis:description from cmis:folder where in_folder (???) order by cmis:name"
Is there some possible to return SmartFolder using CMIS query?
Thanks
I create a SmartFolder on alfresco server but when i found folders the SmartFolder that i created was not returned.
The query that i use is:
"select cmis


Is there some possible to return SmartFolder using CMIS query?
Thanks
Labels:
- Labels:
-
Archive
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2016 05:13 PM
Can you provide the exact query you are using? I'm curious about your IN_FOLDER clause. It needs to be the CMIS object ID of a folder. Smart Folders appear to the API as "normal" folders, so you should be able to find them.
