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.
Description
RevisionManifestRecord is a class in the Aspose.Note FOSS library for Python that exposes 0 methods and 7 properties for programmatic use.
Core capabilities include: extendedguid; extendedguid \; extendedguid . These operations enable developers to integrate revisionmanifestrecord functionality directly into Python applications.
The class also provides the rid property (identifies the record with a unique extendedguid), the rid_dependent property (optionally holds a dependent extendedguid), the context_id property (optionally stores the context’s extendedguid).
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 |