PersonalStorageLoadOptions class

PersonalStorageLoadOptions class

The options for loading personal storage documents.

The PersonalStorageLoadOptions type exposes the following members:

Constructors

Constructor Description
init Initializes new instance of PersonalStorageLoadOptions class.

Methods

Method Description
clone Clones current instance.
equals Determines whether two object instances are equal. (inherited from ValueObject)
equals_object (inherited from ValueObject)
equals_value_object (inherited from ValueObject)
get_hash_code Serves as the default hash function. (inherited from ValueObject)

Properties

Property Description
convert_owned The property implements IDocumentsContainerLoadOptions.convert_owned. It is read‑only and always set to True. Owned documents will be converted.
convert_owner The property implements IDocumentsContainerLoadOptions.convert_owner. It is read‑only and defaults to False; when False, the owner will not be converted.
depth The depth of the documents container, implementing IDocumentsContainerLoadOptions.depth.
folder The folder to be processed. Default is Inbox.
format The input document file type.

See Also