cancel
Showing results for 
Search instead for 
Did you mean: 

CMIS to find SmartFolders

andersonvass
Champ in-the-making
Champ in-the-making
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 cmisSmiley SurprisedbjectId, cmis:name, cmisSmiley Tongueath, cmis:description from cmis:folder where in_folder (???) order by cmis:name"

Is there some possible to return SmartFolder using CMIS query?

Thanks
1 REPLY 1

jpotts
World-Class Innovator
World-Class Innovator

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.