Table of Contents

Method IsNotebookNameValid

Namespace
Odotocodot.OneNote.Linq
Assembly
Odotocodot.OneNote.Linq.dll

IsNotebookNameValid(string)

Returns a value that indicates whether the supplied name is a valid for a notebook.

public static bool IsNotebookNameValid(string name)

Parameters

name string

Returns

bool

true if the specified name is not null, empty, whitespace or contains any characters from Odotocodot.OneNote.Linq.OneNoteApplication.InvalidNotebookChars; otherwise, false.

See Also