GEOS SDK TechDocs
|
|
2.4 Navigating the Folder Tree
|
2.6 Manipulating Notes
InkFolderCreateSubFolder(), InkFolderMove(), InkFolderDelete(), InkNoteCreate(), InkNoteDelete(), InkNoteMove(), InkNoteCreatePage()
Some Ink DB applications might just create a hierarchy of notes and not allow the user to move or change notes. Applications that will move notes and folders should use the following functions to make changes.
The
InkFolderCreateSubFolder()
routine creates a new folder as a child of the passed existing folder.
Use
InkFolderMove()
to move a folder to a new parent folder.
InkNoteMove()
similarly moves a note to a new parent folder.
InkFolderDelete()
deletes a folder and all subfolders and notes that folder contained.
InkNoteCreate()
creates a new note.
InkNoteDelete()
deletes a note.
InkNoteCreatePage()
adds a new page to a note.
GEOS SDK TechDocs
|
|
2.4 Navigating the Folder Tree
|
2.6 Manipulating Notes