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.

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