Page 1 of 1

OkmNote, Set note

PostPosted:Mon Dec 06, 2010 1:20 pm
by Viral Raithatha
Hi,

I user OkmNote WebService,
I want to edit my existing note, for that there is one method named 'void set(String token, String notePath, String text)'

In this, what will be notePath?
assume I already have one note that "This is my first note" then I want to set it again to "This is my first note for this document" then what will be notePath?

Thank you,
Viral Raithatha

Re: OkmNote, Set note

PostPosted:Thu Dec 09, 2010 10:24 am
by pavila
The note is another node under the document node. This note node has a path. You can use the list(String token, String nodePath) method to get all the notes from a document (or folder) node.