Difference between revisions of "SDK for .NET"
From OpenKM Documentation
(Pavila moved page SDK for .NET to SDK for .Net) |
|||
(9 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | + | {{Note|All DLL have been compiled for net 2.0 that should ensure go with any upper .net version}} | |
+ | |||
+ | {{Note|If '''you want to collaborate''' extending features lib or add newer '''contact with us at''' [http://www.openkm.com/en/contact.html 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''' | ||
+ | |||
+ | === Available versions === | ||
+ | {| border="1" cellpadding="2" cellspacing="0" | ||
+ | |'''Version''' | ||
+ | |'''Compatibility''' | ||
+ | |- | ||
+ | | | ||
+ | * [[csharp rest 2.1|C# (C Sharp) Rest 2.1 DLL]] | ||
+ | |OpenKM professional 6.4.18+ | ||
+ | Webservices based on REST | ||
+ | |- | ||
+ | | | ||
+ | * [[csharp webservice dll|C# (C Sharp) Webservice DLL]] | ||
+ | * [[csharp utils dll|C# (C Sharp) Utils DLL]] | ||
+ | * [[csharp forms dll|C# (C Sharp) Forms DLL]] | ||
+ | |Older community and professional | ||
+ | Webservices based on SOA | ||
+ | |- | ||
+ | |} | ||
+ | |||
+ | [[Category: Extension Guide]] |
Latest revision as of 13:07, 21 January 2015
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
Available versions
Version | Compatibility |
OpenKM professional 6.4.18+
Webservices based on REST | |
Older community and professional
Webservices based on SOA |