Difference between revisions of ".NET SDK Changelog"
From OpenKM Documentation
(Created page with "== OKMUtils 2.1 == * '''Added methods at ConfigurationForm''' <source lang="csharp"> public void reload(ConfigurationHandler configurationHandler, DictionaryHelper dictionary,...") |
|||
Line 1: | Line 1: | ||
− | == OKMUtils 2.1 == | + | == OKMWebservices == |
+ | === Webservices 2.0 === | ||
+ | * '''Changes in class OKMQueryParamsBean''' | ||
+ | Variable '''folder''' replaces removed ariable '''path''' to indicate folder from where starting searching. | ||
+ | |||
+ | Variable '''folderRecursive''' indicates if search must be done in folder path and subfolders. | ||
+ | added variable String folder | ||
+ | added variable boolean folderRecursive | ||
+ | removed variable String path | ||
+ | |||
+ | == OKMUtils == | ||
+ | === Version 2.1 == | ||
* '''Added methods at ConfigurationForm''' | * '''Added methods at ConfigurationForm''' | ||
<source lang="csharp"> | <source lang="csharp"> |
Revision as of 15:44, 30 May 2014
OKMWebservices
Webservices 2.0
- Changes in class OKMQueryParamsBean
Variable folder replaces removed ariable path to indicate folder from where starting searching.
Variable folderRecursive indicates if search must be done in folder path and subfolders.
added variable String folder added variable boolean folderRecursive removed variable String path
OKMUtils
= Version 2.1
- Added methods at ConfigurationForm
public void reload(ConfigurationHandler configurationHandler, DictionaryHelper dictionary, OKMWebservice webservice,
ConfigBean configBean, Dictionary<String, String> languages, Dictionary<int, String> versions)
- Added methods at ExplorerForm
public void reload(ExplorerHandler explorerHandler, DictionaryHelper dictionary, OKMWebservice webservice)
- Added methods at SearchForm
public void reload(SearchHandler searchHandler, DictionaryHelper dictionary, OKMWebservice webservice)
- Added methods at TreeForm
public void reload(TreeHandler treeHandler, DictionaryHelper dictionary, OKMWebservice webservice)