Greetings,
I was wondering if there is a way to get a list of all the paths of the folders and their sub folders that the root folder has (DataID = 2000)?
I'm not sure there is, that's why I'm asking. In the meantime I was thinking of a way to do it. I'm not sure it's easy.
An idea was to use recursion and live reports in order to go deeper in a root folder and each time to retrieve the folders names of a given ParentID.
Each time I will be combining the given folder with it's previous one until I'll get null from a report which then will be assumed that there is no need to get deeper.
My goal is eventually to get a list of path from the content server and then compare it to a list which I have in windows directories.
Any help or thoughts will be grateful.
Thank you.