I am new to DOpus scripting and thus I might miss the obvious, but how can I access the list of defined File Collections via a script and get a list of the items in them?
Any help would be greatly appreciated.
I am new to DOpus scripting and thus I might miss the obvious, but how can I access the list of defined File Collections via a script and get a list of the items in them?
Any help would be greatly appreciated.
Use the FSUtil.ReadDir method to read the coll://
folder - this will give you a list of the top-level file collections. You can read the contents of file collections in the same way (e.g. coll://Find Results
to read the find results collection).
Fantastic. Thanks! That solved my Gordian Knot.