MboxLoadOptions
Contents
 [
        
            Hide
        ]
    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 MboxLoadOptions extends LoadOptions implements IDocumentsContainerLoadOptions
Options for loading Mbox documents.
Constructors
| Constructor | Description | 
|---|---|
| MboxLoadOptions() | Initializes new instance of class. | 
Methods
| Method | Description | 
|---|---|
| isConvertOwner() | The owner will not be converted | 
| isConvertOwned() | {@inheritDoc} | 
| getDepth() | {@inheritDoc} Default: 3 | 
| setDepth(int depth) | {@inheritDoc} | 
| getEqualityComponents() | {@inheritDoc} | 
MboxLoadOptions()
public MboxLoadOptions()
Initializes new instance of class.
isConvertOwner()
public boolean isConvertOwner()
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 Default: 3
Returns: int
setDepth(int depth)
public void setDepth(int depth)
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| depth | int | 
getEqualityComponents()
public List<Object> getEqualityComponents()
Returns: java.util.List<java.lang.Object>