Message 1 of 9
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi
It's Vault 2023 SDK.
I'm trying to develop API to get properties of all files within one folder.
Root folder is "Drawings", but it has many sub folders inside.
Folder folder = mVault.DocumentService.GetFolderByPath("$/Drawings");
File[] filearray = mVault.DocumentService.GetLatestFilesByFolderId(folder.Id, true);
Need recommendation if there is any easier method to get all files name and id from all folders inside, or I have to keep looping looking for files for each folder
Also once list of files is acquired, there is need for user-defined metadata, which I don't know what method and how to retrieve it yet.
Please help, thanks.
Solved! Go to Solution.