Difference between revisions of ".NET SDK Changelog"

From OpenKM Documentation
Jump to: navigation, search
(Created page with "== OKMUtils 2.1 == * '''Added methods at ConfigurationForm''' <source lang="csharp"> public void reload(ConfigurationHandler configurationHandler, DictionaryHelper dictionary,...")
(No difference)

Revision as of 16:36, 30 May 2014

OKMUtils 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)