I have a DFS application that retrieves list of Types derived from dm_document (and the dm_document type itself, too), and has to decide for each of the types: is the type ‘available’ for the current user (one whose login was specified for the DFS calls) in given cabinet/folder? The ‘available’ here means: the user can:
- See objects of the type in given container/folder;
- Read Properties of the objects and their content;
- Create/Remove/Checkin/Checkout the objects
What is the best way to know this using DFS?