Notebook.LoadChildDocument Method (String)

Aspose.Note for .NET API

NotebookLoadChildDocument Method (String)

Adds a child document node. Opens an existing OneNote document from a file.

Namespace:  Aspose.Note
Assembly:  Aspose.Note (in Aspose.Note.dll) Version: 18.1
Syntax
public void LoadChildDocument(
	string filePath
)
Public Sub LoadChildDocument ( 
	filePath As String
)
public:
void LoadChildDocument(
	String^ filePath
)
member LoadChildDocument : 
        filePath : string -> unit 

Parameters

filePath
Type: SystemString
The file path.
See Also