Notebook.LoadChildNotebook

LoadChildNotebook(string)

Ajoute un nœud de bloc-notes enfant. Ouvre un bloc-notes OneNote existant à partir d’un fichier.

public void LoadChildNotebook(string filePath)
ParamètreTaperLa description
filePathStringLe chemin du fichier.

Voir également


LoadChildNotebook(string, NotebookLoadOptions)

Ajoute un nœud de bloc-notes enfant. Ouvre un bloc-notes OneNote existant à partir d’un fichier. Permet de spécifier des options de chargement supplémentaires.

public void LoadChildNotebook(string filePath, NotebookLoadOptions loadOptions)
ParamètreTaperLa description
filePathStringLe chemin du fichier.
loadOptionsNotebookLoadOptionsLes options de chargement.

Voir également


LoadChildNotebook(Stream)

Ajoute un nœud de bloc-notes enfant. Ouvre un bloc-notes OneNote existant à partir d’un flux.

public void LoadChildNotebook(Stream stream)
ParamètreTaperLa description
streamStreamLe flux.

Voir également


LoadChildNotebook(Stream, NotebookLoadOptions)

Ajoute un nœud de bloc-notes enfant. Ouvre un bloc-notes OneNote existant à partir d’un flux. Permet de spécifier des options de chargement supplémentaires.

public void LoadChildNotebook(Stream stream, NotebookLoadOptions loadOptions)
ParamètreTaperLa description
streamStreamLe flux.
loadOptionsNotebookLoadOptionsLes options de chargement.

Voir également