RevisionRoleBinding

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

NameTypeAccessDescription
ridExtendedGUIDReadIdentifies the binding with an ExtendedGUID
context_idExtendedGUID | NoneReadOptionally links the binding to a context via an ExtendedGUID
roleintReadStores an integer representing the role type in the revision
order_indexintReadIndicates the binding’s sequential order among peers

See Also

 English