NsfLoadOptions
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 NsfLoadOptions extends LoadOptions implements IDocumentsContainerLoadOptions
Options for loading Nsf documents.
| Constructor | Description |
|---|---|
| NsfLoadOptions() |
| Method | Description |
|---|---|
| isConvertOwner() | |
| isConvertOwned() | {@inheritDoc} |
| getDepth() | |
| setDepth(int depth) |
public NsfLoadOptions()
public boolean isConvertOwner()
Gets option to control whether the documents container itself must 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.