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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top