PersonalStorageLoadOptions

PersonalStorageLoadOptions class

Options for loading personal storage documents.

public sealed class PersonalStorageLoadOptions : LoadOptions, IDocumentsContainerLoadOptions

Constructors

Name Description
PersonalStorageLoadOptions() Initializes new instance of PersonalStorageLoadOptions class.

Properties

Name Description
ConvertOwned { get; } Implements ConvertOwned Readonly. Set to true. The owned documents will be converted
ConvertOwner { get; } Implements ConvertOwner Readonly. Set to false. The owner will not be converted
Depth { get; set; } Implements Depth Default: 3
Folder { get; set; } Folder which to be processed Default is Inbox
Format { get; } Input document file type.

Methods

Name Description
Clone() Clones current instance.
override Equals(object) Determines whether two object instances are equal.
virtual Equals(ValueObject) Determines whether two object instances are equal.
override GetHashCode() Serves as the default hash function.

See Also