Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

DocumentAccessMethods enumeration for QMS API in C#

Hello all;

I'm trying to add all the access methods to a task for QMC using a C# program that creates that task . I want to give a value to DocumentAccessMethods using this:

documentTask.Server.Access.Methods = DocumentAccessMethods.All;

But when I see at QMC, the task created don't use all plugins, only uses IE Explorer plugin.

As the help for qlikview says, I can use this values:

https://help.qlik.com/en-US/qlikview-developer/12.1/apis/QMS%20API/html/T_PIX_QMSAPI_DataObjects_Doc...

But i'm not sure how to use it as the line above doesn't work. How can I use this property?

Thanks and kind regards.

0 Replies