Notebook.LoadChildDocument Method (String, LoadOptions)

Aspose.Note for .NET API

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