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.
Description
RevisionRoleBinding is a class in the Aspose.Note FOSS library for Python that exposes 0 methods and 4 properties for programmatic use.
Core capabilities include: extendedguid; `extendedguid . These operations enable developers to integrate revisionrolebinding functionality directly into Python applications.
The class also provides the rid property (identifies the binding with an extendedguid), the context_id property (optionally links the binding to a context via an extendedguid), the role property (stores an integer representing the role type in the revision).
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 |