Aspose.Note for .Net
NotebookLoadChildNotebook Method (String, NotebookLoadOptions) |
Adds a child notebook node.
Opens an existing OneNote notebook from a file. Allows to specify additional load options.
Namespace: Aspose.Note
Assembly: Aspose.Note (in Aspose.Note.dll) Version: 18.1

public void LoadChildNotebook( string filePath, NotebookLoadOptions loadOptions )
Public Sub LoadChildNotebook ( filePath As String, loadOptions As NotebookLoadOptions )
public: void LoadChildNotebook( String^ filePath, NotebookLoadOptions^ loadOptions )
member LoadChildNotebook : filePath : string * loadOptions : NotebookLoadOptions -> unit
Parameters
- filePath
- Type: SystemString
The file path. - loadOptions
- Type: Aspose.NoteNotebookLoadOptions
The load options.
