Method UpdatePageContent
- Namespace
- Odotocodot.OneNote.Linq
- Assembly
- Odotocodot.OneNote.Linq.dll
UpdatePageContent(string)
Updates the content of a OneNote page with the provided xml
.
The chosen page depends on the ID provided in the xml
.
An example can be seen here at the Microsoft OneNote API documentation.
public static void UpdatePageContent(string xml)
Parameters
Remarks
The xml
must match the OneNote XML format, the schema can be
found here.