__init__ constructor
Leave feedback
On this page
Initializes a new instance of MboxViewInfo.
def __init__(self):
...
Initializes a new MboxViewInfo instance.
def __init__(self, file_type, pages, notes_count):
...
| Parameter | Type | Description |
|---|---|---|
| file_type | FileType |
The type of the file. |
| pages | List[Page] |
The list of pages to view. |
| notes_count | int |
The notes count contained by the Lotus database storage file. |
| Raises | Description |
|---|---|
ValueError |
If notes_count is None. |
- class
MboxViewInfo
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.