Page 1 of 1

API Get Folder Name

PostPosted:Mon Jan 20, 2014 11:12 pm
by chartermfg
What is the syntax I can use to get the name of the folder from the properties Property Group.

I tried:
Code: Select all
String name = OKMFolder.getInstance().getProperties(getName);
Thank you for your help.

Re: API Get Folder Name

PostPosted:Thu Jan 23, 2014 10:41 am
by jllort
Take a look here http://doxygen.openkm.com/openkm/d0/dd8 ... older.html

Should be
Code: Select all
getProperties (String token, String fldPath);
From path you can get the name.