On April 27, 2024, our Sign-in and Create Account options will be unavailable from 9am-12pm ET. During this maintenance window, developer account access and free trial registration will be unavailable.
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…