Aspose.Note for .Net
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

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.
