OKMRest  3.4.1
OpenKM Rest
com.openkm.sdk4csharp.definition.BaseNote Interface Reference
Inheritance diagram for com.openkm.sdk4csharp.definition.BaseNote:

Public Member Functions

Note addNote (String uuid, String text)
 
Note getNote (String noteId)
 
void deleteNote (String noteId)
 
void setNote (String noteId, String text)
 
List< NotelistNotes (String uuid)
 
List< NoteHistorygetNotesHistory (String uuid)
 

Member Function Documentation

Note com.openkm.sdk4csharp.definition.BaseNote.addNote ( String  uuid,
String  text 
)
void com.openkm.sdk4csharp.definition.BaseNote.deleteNote ( String  noteId)
Note com.openkm.sdk4csharp.definition.BaseNote.getNote ( String  noteId)
List<NoteHistory> com.openkm.sdk4csharp.definition.BaseNote.getNotesHistory ( String  uuid)
List<Note> com.openkm.sdk4csharp.definition.BaseNote.listNotes ( String  uuid)
void com.openkm.sdk4csharp.definition.BaseNote.setNote ( String  noteId,
String  text 
)

The documentation for this interface was generated from the following file: