Hi All,
I have created an SDK script that creates Weblink Users (Retrieval Users) for accessing specific folders within the Repository. This is set as a business process to copy the files highlighted and move them into a shared folder for that client.
As the files being shared to those folders are electronic documents (Excel / Word) as well as PDF, when the user wants to click on the file, I am getting the following:
My question is, what / how do I give this user Export right(s) using SDK? currently using:
//UI.FeatureRights.Equals(true); OR
//FeatureRights.Export.Equals(true);
Does not seem to make any changes within the user Feature rights?
Any feedback would be appreciated,
Thank you
Ziad