Howto create notebook and section group programetically ?

  • Thread starter Howto create notebook and section group
  • Start date
H

Howto create notebook and section group

I am creating one C# application using OneNote API to create Onenote 2007
Notebook ,section group ,sections and pages programetically .
I haven't get any methods in onenote 2007 API to create Notebook and section
group programetically.

Howto create notebook and section group programetically ?

Thanks
Shubha
 
I

Ilya Koulchin

Howto said:
I am creating one C# application using OneNote API to create Onenote 2007
Notebook ,section group ,sections and pages programetically .
I haven't get any methods in onenote 2007 API to create Notebook and section
group programetically.

To create a new notebook, first create the folder in the filesystem,
then call OpenHierarchy. You can then create section groups, sections,
and pages by calling UpdateHierarchy, and specifying the attributes that
you want.
 
Top