Page 1 of 1

Property Group Search

PostPosted:Sun Apr 06, 2014 7:13 pm
by mohamadoo23
I am C# developer and I want to know if I can search for a document by property group and if yes can you give me simple example.
and another question can I add a link ( I mean menu tab beside the help tab or search tab ) in open km user interface so I can show the user when clicking on it an entry form (customizing in user interface)

and thank you very much

Re: Property Group Search

PostPosted:Mon Apr 07, 2014 9:52 am
by pavila
Have you tried the OpenKM SDK? It's quite simple.

Re: Property Group Search

PostPosted:Mon Apr 07, 2014 5:09 pm
by mohamadoo23
yes I already used it but I want to know where is the search function that will help me search for a document by a property group

Re: Property Group Search

PostPosted:Wed Apr 09, 2014 8:53 pm
by mohamadoo23
any reply ?

Re: Property Group Search

PostPosted:Fri Apr 11, 2014 10:18 am
by jllort
Here http://wiki.openkm.com/index.php/Csharp_webservice_dll you got methods to search, for example
Code: Select all
OKMQueryResultBean[] find(OKMQueryParamsBean queryParams);