API Reference
Class
OneNoteFileNodeListFragment
A physical file-node-list fragment from an MS-ONESTORE revision store.
Inheritance
- Object
- OneNoteFileNodeListFragment
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property OneNoteFileNodeList.Fragments
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Int64 FileOffset { get; } #Absolute byte offset of this fragment.
public Int32 Length { get; } #Encoded fragment length.
public UInt32 FileNodeListId { get; } #Identity shared by every fragment in this list.
public UInt32 Sequence { get; } #Zero-based sequence number within the list.
public OneNoteFileChunkReference NextFragment { get; } #Reference to the next fragment, or the nil sentinel for the last fragment.
public IReadOnlyList<OneNoteFileNode> Nodes { get; } #File nodes decoded from this fragment.