NsfLoadOptions

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.

Constructors

Constructor Description
NsfLoadOptions()

Methods

NsfLoadOptions()

public NsfLoadOptions()

isConvertOwner()

public boolean isConvertOwner()

Gets option to control whether the documents container itself must 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