Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Content Management (Extended ECM)
API, SDK, REST and Web Services
LL_LISTOBJECT Limiting results with WHERE statement
Sandra_Lindquist
Im using the LL_ListObjects call to list the folders in a given folder or workspace... the problem is that I would like to only return records where the SubType = FOLDERSUBTYPE. Ive tried a bunch of different types of syntax for the "String queryStr" parameter of the call and nothing seems to work... When I put anything into this parameter, the call comes back with an error code...Does anyone have an example of how to do this? Or the formatting for the string to pass? I've tried: Where SubType = 'FOLDERSUBTYPE' and different variations of that...
Find more posts tagged with
Comments
x-scoruser8_-_(deleted)
try setting your string var to"SubType = 0"
Sandra_Lindquist
Attached is the C++ example of what I ended up doing.Basically I used the where clause, but with the LL_ constants.Jake-