RevisionManifestRecord
Overview
RevisionManifestRecord is a class in Aspose.Note for Python.
RevisionManifestRecord.rid identifies the record with a unique ExtendedGUID.
RevisionManifestRecord stores metadata about a single revision of an object space within the OneNote binary file format. It records the revision GUID, the revision role binding, and the sequence number. This class is part of the low-level binary layer used by the Aspose.Note internal parser; for most document-processing scripts the PageHistory API provides a higher-level view of the same revision information.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
rid | ExtendedGUID | Read | Identifies the record with a unique ExtendedGUID |
rid_dependent | ExtendedGUID | None | Read | Optionally holds a dependent ExtendedGUID |
context_id | ExtendedGUID | None | Read | Optionally stores the context’s ExtendedGUID |
root_roles | dict[int, ExtendedGUID] | Read | Maps integer role IDs to their ExtendedGUIDs |
objects | dict[ExtendedGUID, OneStoreObject] | Read | Maps each ExtendedGUID to its associated OneStoreObject |
section_display_name | str | None | Read | Optionally contains the display name of the section |
order_index | int | Read | Indicates the record’s order position as an integer |