Table of Contents

Method IsSectionNameValid

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

IsSectionNameValid(string)

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

public static bool IsSectionNameValid(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.InvalidSectionChars; otherwise, false.

See Also