Table of Contents

Interface INameInvalidCharacters

Namespace
LinqToOneNote.Abstractions
Assembly
LinqToOneNote.dll

Represents an OneNote hierarchy item that has a collection of characters that are invalid when naming an item.

public interface INameInvalidCharacters

Properties

InvalidCharacters

A collection of characters that are invalid for the item's name.

public static abstract IReadOnlyList<char> InvalidCharacters { get; }

Property Value

IReadOnlyList<char>

See Also