PersonalStorageLoadOptions
Leave feedback
On this page
Inheritance: java.lang.Object, com.groupdocs.conversion.contracts.ValueObject, com.groupdocs.conversion.options.load.LoadOptions
All Implemented Interfaces: com.groupdocs.conversion.contracts.IDocumentsContainerLoadOptions
public class PersonalStorageLoadOptions extends LoadOptions implements IDocumentsContainerLoadOptions
Options for loading personal storage documents.
| Constructor | Description |
|---|---|
| PersonalStorageLoadOptions() | Initializes new instance of class. |
| Method | Description |
|---|---|
| getFolder() | Folder which to be processed Default is Inbox |
| setFolder(String folder) | Set folder which to be processed |
| isConvertOwner() | {@inheritDoc} The owner will not be converted |
| isConvertOwned() | {@inheritDoc} |
| getDepth() | {@inheritDoc} |
| setDepth(int depth) | {@inheritDoc} |
public PersonalStorageLoadOptions()
Initializes new instance of class.
public String getFolder()
Folder which to be processed Default is Inbox
Returns: java.lang.String - Folder which to be processed
public void setFolder(String folder)
Set folder which to be processed
Parameters:
| Parameter | Type | Description |
|---|---|---|
| folder | java.lang.String | folder |
public boolean isConvertOwner()
Gets option to control whether the documents container itself must be converted The owner will not be converted
Returns: boolean
public boolean isConvertOwned()
Option to control whether the owned documents in the documents container must be converted
Returns: boolean
public int getDepth()
Option to control how many levels in depth to perform conversion
Returns: int
public void setDepth(int depth)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| depth | int |
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.