API Reference
Class
OneNoteRevisionManifest
A revision manifest and its root-role choices.
Inheritance
- Object
- OneNoteRevisionManifest
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.Revisions
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public OneNoteExtendedGuid Id { get; } #Revision identity.
public OneNoteExtendedGuid ObjectSpaceId { get; set; } #Object space revised by this manifest.
public OneNoteExtendedGuid DependencyId { get; set; } #Dependency revision identity.
public OneNoteExtendedGuid ContextId { get; set; } #Context identity for a version-7 manifest.
public UInt32 Role { get; set; } #Revision role.
public IReadOnlyList<OneNoteRevisionRoleAssociation> RoleAssociations { get; } #Context and revision-role labels associated with this revision in source order. Later associations for the same label supersede earlier ones.
public Boolean IsEncrypted { get; set; } #Whether the revision's object data is encrypted.
public IList<OneNoteRootObjectReference> RootObjects { get; } #Root objects selected by this revision.