Search code examples
dqldocumentum

DQL return files in a Cabinet


Using DQL I want to return all the documents under the Cabinet test. How would I go about writing a query to do this?


Solution

  • select r_object_id, object_name from dm_document(all) where folder('/NameOfCabinet', descend);