API Reference
Class
OneNoteRevision
Revision identity and provenance for an object space.
Inheritance
- Object
- OneNoteRevision
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 OneNotePage.Revisions
- Property OneNoteSection.Revisions
Constructors
public OneNoteRevision() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public OneNoteExtendedGuid Id { get; set; } #Revision identifier.
public OneNoteExtendedGuid BaseRevisionId { get; set; } #Base revision identifier, when declared.
public Nullable<DateTime> CreatedUtc { get; set; } #Revision creation time, when available.
public String Author { get; set; } #Author associated with the revision.
public Boolean IsCurrent { get; set; } #Whether this revision contributes to the current materialized state.
public Boolean IsVersionHistory { get; set; } #Whether this revision represents version-history content.
public IList<OneNoteOpaqueObject> UnknownObjects { get; } #Opaque revision data preserved for loss-aware writing.