lgrayson

Comments

  • Here is a DQL if you only have a Folder's Object ID: SELECT r_object_id FROM dm_sysobject WHERE FOLDER(ID('insert id here'),DESCEND)) If you wish to retrieve all versions of the objects, add ALL accordingly. When using DQL, I highly suggest getting a hold of the Content Server DQL Reference Manual which can be found on…
Default Avatar