- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi all,
we easily managed to create link between files and folder using C# and SDK. For every single file-folder link created we store an Index Order value (long type) inside a custom Link property (LinkIndexOrder). This is essential for our project as a single file can have links with multiple folders therefore we need to save a different index order for each link created. So far, so good.
At this point we need:
- For every new link created check if other files are already linked to the target folder, eventually retrieve the max index order value and assign to new link the max(LinkIndexOrder) + 1
- Show the LinkIndexOrder property in the File tab and in the UDP Property tab
- Use the LinkIndexOrder property to sort the files, into the folder, by that value.
The first point is feasible and we should already know how to proceed.
About the other two we don't really know if the Vault allows them.
Attached an explanatory image.
Any suggestion? Thank you all in advance
Solved! Go to Solution.
