Using DQL I want to return all the documents under the Cabinet test. How would I go about writing a query to do this?
select r_object_id, object_name from dm_document(all) where folder('/NameOfCabinet', descend);