Page 1 of 1

Suppress Messagebox in C# SDK

PostPosted:Tue Nov 24, 2015 12:35 pm
by Schaufel
Hi,

I'm using the OpenKM cummunity edition and develop in C#. I want to use the C# REST 2.1 DLL, but most methods in this DLL implements Messageboxes at the end like
Code: Select all
MessageBox.Show("Operation completed succesfully...");
I don't want to show this in my programm. Is there a way to suppress these Messeges in OpenKM?

Re: Suppress Messagebox in C# SDK

PostPosted:Wed Nov 25, 2015 8:53 am
by jllort
If you are using community version you must use SDK for net 1.0 http://docs.openkm.com/kcenter/view/sdk4net-1.1.0/
I will raise the issue to the developer to remove this code and we will release a new version.

Re: Suppress Messagebox in C# SDK

PostPosted:Sat Nov 28, 2015 10:13 am
by jllort
We have released a new version of the SDK what corrects the issues you have found ( sorry for the inconvenience ). You can download from here.
http://docs.openkm.com/kcenter/view/sdk4net-1.1.1/

Re: Suppress Messagebox in C# SDK

PostPosted:Thu Dec 03, 2015 9:03 am
by Schaufel
Thanks for the fast response. The new methods look good :)

But in the old Version of the SDK there were some methodes (createUser, updateUser, deleteUser, createRole, updateRole, deleteRole, assignRole, removeRole) which I miss (and probably need) in the new Version. Are these methodes deleted or renamed? I can't find them anymore :(

Re: Suppress Messagebox in C# SDK

PostPosted:Thu Dec 03, 2015 12:07 pm
by jllort
While these methods will not be present in SDK4j should not be available in SDK for net and only will be available in professional editon ( not in community because these rest methods are not implemented in community version). By mistake in previous version possibly has been included, but in next version has been corrected that mistake.