Interface IHasIsInRecycleBin
- Namespace
- LinqToOneNote.Abstractions
- Assembly
- LinqToOneNote.dll
Represents an OneNote hierarchy item that can be in a OneNote recycle bin.
For ease, use IsInRecycleBin(IOneNoteItem) instead.
public interface IHasIsInRecycleBin : IOneNoteItem, INavigable
- Inherited Members
- Extension Methods
Properties
IsInRecycleBin
Indicates whether the item is in recycle bin.
bool IsInRecycleBin { get; }