Difference between revisions of "SDK for .NET"
From OpenKM Documentation
Line 4: | Line 4: | ||
OpenKM SDK for .NET are a set of software developement tools that allows for the creation of application for OpenKM. The OpenKM SDK for .NET include tree main libraries Webservice, Utilities and Form. Webservices library is a complete api layer to access OpenKM with webservices what provide complete compatibility between webservices versions without change code. Util library are a set of methods that can be useful to use in application code. Form library are a set of Windows forms what can be used directly in new .Net Windows Forms application. | OpenKM SDK for .NET are a set of software developement tools that allows for the creation of application for OpenKM. The OpenKM SDK for .NET include tree main libraries Webservice, Utilities and Form. Webservices library is a complete api layer to access OpenKM with webservices what provide complete compatibility between webservices versions without change code. Util library are a set of methods that can be useful to use in application code. Form library are a set of Windows forms what can be used directly in new .Net Windows Forms application. | ||
+ | |||
+ | |||
+ | Take a look at [[.NET SDK Changelog]] to see release notes. | ||
'''Available c# ( C Sharp ) DLL''' | '''Available c# ( C Sharp ) DLL''' |
Revision as of 15:27, 30 May 2014
All DLL have been compiled for net 2.0 that should ensure go with any upper .net version |
If you want to collaborate extending features lib or add newer contact with us at contact website form indicating this url. |
OpenKM SDK for .NET are a set of software developement tools that allows for the creation of application for OpenKM. The OpenKM SDK for .NET include tree main libraries Webservice, Utilities and Form. Webservices library is a complete api layer to access OpenKM with webservices what provide complete compatibility between webservices versions without change code. Util library are a set of methods that can be useful to use in application code. Form library are a set of Windows forms what can be used directly in new .Net Windows Forms application.
Take a look at .NET SDK Changelog to see release notes.
Available c# ( C Sharp ) DLL