Notebook.LoadChildNotebook Method (String)

Aspose.Note for .NET API

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
Syntax
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.
See Also