Pen Object Library: 2.5 Working with the Ink DB: Managing Notes and Folders

Up: GEOS SDK TechDocs | Up | Prev: 2.4 Navigating the Folder Tree | Next: 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.


Up: GEOS SDK TechDocs | Up | Prev: 2.4 Navigating the Folder Tree | Next: 2.6 Manipulating Notes