RevisionManifestRecord

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

NameTypeAccessDescription
ridExtendedGUIDReadIdentifies the record with a unique ExtendedGUID
rid_dependentExtendedGUID | NoneReadOptionally holds a dependent ExtendedGUID
context_idExtendedGUID | NoneReadOptionally stores the context’s ExtendedGUID
root_rolesdict[int, ExtendedGUID]ReadMaps integer role IDs to their ExtendedGUIDs
objectsdict[ExtendedGUID, OneStoreObject]ReadMaps each ExtendedGUID to its associated OneStoreObject
section_display_namestr | NoneReadOptionally contains the display name of the section
order_indexintReadIndicates the record’s order position as an integer

See Also