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
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.