RevisionManifestRecord
Overview
RevisionManifestRecord is a class in Aspose.Note for Python.
RevisionManifestRecord.rid identifies the record with a unique ExtendedGUID.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
rid | ExtendedGUID | Read | Identifies the record with a unique ExtendedGUID |
rid_dependent | ExtendedGUID | None | Read | Optionally holds a dependent ExtendedGUID |
context_id | ExtendedGUID | None | Read | Optionally stores the context’s ExtendedGUID |
root_roles | dict[int, ExtendedGUID] | Read | Maps integer role IDs to their ExtendedGUIDs |
objects | dict[ExtendedGUID, OneStoreObject] | Read | Maps each ExtendedGUID to its associated OneStoreObject |
section_display_name | str | None | Read | Optionally contains the display name of the section |
order_index | int | Read | Indicates the record’s order position as an integer |