Aspose.Note for .Net
NotebookLoadChildNotebook Method (String) |
Adds a child notebook node.
Opens an existing OneNote notebook from a file.
Namespace: Aspose.Note
Assembly: Aspose.Note (in Aspose.Note.dll) Version: 18.1

public void LoadChildNotebook( string filePath )
Public Sub LoadChildNotebook ( filePath As String )
public: void LoadChildNotebook( String^ filePath )
member LoadChildNotebook : filePath : string -> unit
Parameters
- filePath
- Type: SystemString
The file path.
