Table of Contents

Method IsInRecycleBin

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

IsInRecycleBin(IOneNoteItem)

Returns a value that indicates whether the item is in or is a recycle bin.

public static bool IsInRecycleBin(this IOneNoteItem item)

Parameters

item IOneNoteItem

The OneNote item to check.

Returns

bool

true if the item is in or is a recycle bin; otherwise, false.

Remarks

Checks whether the item is a recycle bin section group, a deleted page, a deleted section, or the deleted pages section within a recycle bin.

See Also