Table of Contents

Interface IHasPath

Namespace
LinqToOneNote.Abstractions
Assembly
LinqToOneNote.dll

Represents an OneNote hierarchy item that has a file path.

public interface IHasPath : IOneNoteItem, INavigable
Inherited Members
Extension Methods

Properties

Path

The full path to the item.

string Path { get; }

Property Value

string

See Also