OneNote: An In-Depth Look at the OneNoteImporter Managed Assembly (Part 4 of 5)

In this series of entries, we're taking an in-depth at the OneNoteImporter manage class, which provides an object model interface for the programmability functionality added in OneNote 2003 SP 1.

Read part one here.

Read part two here.

Read part three here.

Figure 1 diagrams the internal method calls of the Commit method. It shows the OneNoteImporter classes and methods called, and the Import XML elements generated at each step. The various calls to System.Xml methods are not diagrammed.

 

Figure 1. The Page.Commit Method, and XML Elements Generated

In our final entry, we'll look at some object model maps that detail how the OneNoteImporter class is structured.

Read part five here.