I have 3 document libraries:
1. Content
2. Request
3. Release
I have a list item with ability to create folder along with 3 views by adding
multiple content types in my list. The folder acts a container for all data that
is to be grouped together. The user creates the new folder and fills out the
form
1. The user next creates a content list item by filling out the form and linking
the content document via a lookup
2. The user next creates a request list item by filling out the form and linking
the request document via a lookup
3. The user next creates a release list item by filling out the form and linking
the release document via a lookup
I would like a way to programmatically download all the documents inside that
top level folder list item. Since the documents are not physically there I'm
having a tough time coming up with a plan of how to accomplish this.