PersonalStorageLoadOptions
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.
Constructors
| Constructor | Description | 
|---|---|
| PersonalStorageLoadOptions() | Initializes new instance of class. | 
Methods
| 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} | 
PersonalStorageLoadOptions()
public PersonalStorageLoadOptions()
Initializes new instance of class.
getFolder()
public String getFolder()
Folder which to be processed Default is Inbox
Returns: java.lang.String - Folder which to be processed
setFolder(String folder)
public void setFolder(String folder)
Set folder which to be processed
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| folder | java.lang.String | folder | 
isConvertOwner()
public boolean isConvertOwner()
Gets option to control whether the documents container itself must be converted The owner will not be converted
Returns: boolean
isConvertOwned()
public boolean isConvertOwned()
Option to control whether the owned documents in the documents container must be converted
Returns: boolean
getDepth()
public int getDepth()
Option to control how many levels in depth to perform conversion
Returns: int
setDepth(int depth)
public void setDepth(int depth)
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| depth | int |