RevisionRoleBinding
Overview
RevisionRoleBinding is a class in Aspose.Note for Python.
RevisionRoleBinding.rid identifies the binding with an ExtendedGUID.
RevisionRoleBinding maps a revision role identifier to its associated revision manifest within the OneNote binary file format. Each revision in a OneNote object space has a role (content, metadata, schema, or encryption) identified by this binding record. This class is part of the low-level storage layer and is mainly encountered when building diagnostic or archival tools that work directly with the OneStore binary format.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
rid | ExtendedGUID | Read | Identifies the binding with an ExtendedGUID |
context_id | ExtendedGUID | None | Read | Optionally links the binding to a context via an ExtendedGUID |
role | int | Read | Stores an integer representing the role type in the revision |
order_index | int | Read | Indicates the binding’s sequential order among peers |