Notebook.LoadChildNotebook
Contents
[
Hide
]LoadChildNotebook(string)
Adds a child notebook node. Opens an existing OneNote notebook from a file.
public void LoadChildNotebook(string filePath)
Parameter | Type | Description |
---|---|---|
filePath | String | The file path. |
See Also
- class Notebook
- namespace Aspose.Note
- assembly Aspose.Note
LoadChildNotebook(string, NotebookLoadOptions)
Adds a child notebook node. Opens an existing OneNote notebook from a file. Allows to specify additional load options.
public void LoadChildNotebook(string filePath, NotebookLoadOptions loadOptions)
Parameter | Type | Description |
---|---|---|
filePath | String | The file path. |
loadOptions | NotebookLoadOptions | The load options. |
See Also
- class NotebookLoadOptions
- class Notebook
- namespace Aspose.Note
- assembly Aspose.Note
LoadChildNotebook(Stream)
Adds a child notebook node. Opens an existing OneNote notebook from a stream.
public void LoadChildNotebook(Stream stream)
Parameter | Type | Description |
---|---|---|
stream | Stream | The stream. |
See Also
- class Notebook
- namespace Aspose.Note
- assembly Aspose.Note
LoadChildNotebook(Stream, NotebookLoadOptions)
Adds a child notebook node. Opens an existing OneNote notebook from a stream. Allows to specify additional load options.
public void LoadChildNotebook(Stream stream, NotebookLoadOptions loadOptions)
Parameter | Type | Description |
---|---|---|
stream | Stream | The stream. |
loadOptions | NotebookLoadOptions | The load options. |
See Also
- class NotebookLoadOptions
- class Notebook
- namespace Aspose.Note
- assembly Aspose.Note