You are viewing limited content. For full access, please sign in.

Question

Question

Assigning Export Feature Rights to a user using SDK

asked on June 26, 2017

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

0 0

Answer

SELECTED ANSWER
replied on June 26, 2017

Hi All, 

 

I have managed to find the solution to this just after I wrote this, 

Having the following fixed the issue:

 

UI.FeatureRights = FeatureRights.Export;

 

Thank you in advance,

Regards

Ziad

1 0

Replies

You are not allowed to reply in this post.
You are not allowed to follow up in this post.

Sign in to reply to this post.