Hi all
How to get the folder path by using DFC? I saw a method getFolderPath(int index) in DFC api. what is index? could any one help me?
Thanks in advance.
Folder path is stored in the r_folder_path attribute of the dm_folder object. This is a repeating attribute it will have more values if you link folder to more than one location.
getFolderPath(0) - should give you the folder path
getFolderPath(1) - folder path of the first linked location so on and so forth.....