Method CreateQuickNote
- Namespace
- Odotocodot.OneNote.Linq
- Assembly
- Odotocodot.OneNote.Linq.dll
CreateQuickNote(bool)
Creates a quick note page located at the users quick notes location.
public static string CreateQuickNote(bool openImmediately)
Parameters
openImmediately
bool- Whether to open the newly created page in OneNote immediately.
Returns
- string
-
The Odotocodot.OneNote.Linq.OneNotePage.ID of the newly created quick note page.
CreateQuickNote(string, bool)
Creates a quick note page with the title specified by name
, located at the users quick notes location.
public static string CreateQuickNote(string name, bool openImmediately)
Parameters
name
string- The title of the page.
openImmediately
bool- Whether to open the newly created page in OneNote immediately.
Returns
- string
-
The Odotocodot.OneNote.Linq.OneNotePage.ID of the newly created quick note page.
Remarks
This is identical to calling Odotocodot.OneNote.Linq.OneNoteApplication.CreatePage(Odotocodot.OneNote.Linq.OneNoteSection,System.String,System.Boolean) with the section paramater set to null