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.

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

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

 English