API Reference
Class
OneNoteRevisionStoreObject
A declared or revised object from a revision manifest.
Inheritance
- Object
- OneNoteRevisionStoreObject
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 OneNoteRevisionStore.Objects
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public OneNoteExtendedGuid Id { get; } #Stable object identity.
public OneNoteJcid Jcid { get; set; } #Object class and representation flags.
public UInt32 ReferenceCount { get; set; } #Reference count declared by this object version.
public OneNoteExtendedGuid RevisionId { get; set; } #Revision that contains this declaration.
public Boolean IsRevision { get; set; } #Whether the record revises an earlier declaration.
public OneNoteFileNode DeclarationNode { get; } #Source declaration node.
public OneNotePropertySet PropertySet { get; set; } #Decoded property-set data.
public OneNoteBinaryPayload RawPropertyData { get; set; } #Exact encoded property-stream bytes retained for loss-aware round trips.
public String FileDataReference { get; set; } #File-data reference such as <ifndf>{guid}.
public String FileExtension { get; set; } #File extension declared for a file-data object.