Notebook.LoadChildNotebook

LoadChildNotebook(string)

Fügt einen untergeordneten Notizbuchknoten hinzu. Öffnet ein vorhandenes OneNote-Notizbuch aus einer Datei.

public void LoadChildNotebook(string filePath)
ParameterTypBeschreibung
filePathStringDer Dateipfad.

Siehe auch


LoadChildNotebook(string, NotebookLoadOptions)

Fügt einen untergeordneten Notizbuchknoten hinzu. Öffnet ein vorhandenes OneNote-Notizbuch aus einer Datei. Ermöglicht die Angabe zusätzlicher Ladeoptionen.

public void LoadChildNotebook(string filePath, NotebookLoadOptions loadOptions)
ParameterTypBeschreibung
filePathStringDer Dateipfad.
loadOptionsNotebookLoadOptionsDie Ladeoptionen.

Siehe auch


LoadChildNotebook(Stream)

Fügt einen untergeordneten Notizbuchknoten hinzu. Öffnet ein vorhandenes OneNote-Notizbuch aus einem Stream.

public void LoadChildNotebook(Stream stream)
ParameterTypBeschreibung
streamStreamDer Strom.

Siehe auch


LoadChildNotebook(Stream, NotebookLoadOptions)

Fügt einen untergeordneten Notizbuchknoten hinzu. Öffnet ein vorhandenes OneNote-Notizbuch aus einem Stream. Ermöglicht die Angabe zusätzlicher Ladeoptionen.

public void LoadChildNotebook(Stream stream, NotebookLoadOptions loadOptions)
ParameterTypBeschreibung
streamStreamDer Strom.
loadOptionsNotebookLoadOptionsDie Ladeoptionen.

Siehe auch