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

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