public class PersonalStorageLoadOptions extends LoadOptions implements com.groupdocs.conversion.contracts.IDocumentsContainerLoadOptions
Constructor and Description |
---|
PersonalStorageLoadOptions()
Initializes new instance of
|
Modifier and Type | Method and Description |
---|---|
int |
getDepth()
Option to control how many levels in depth to perform conversion
|
String |
getFolder()
Folder which to be processed
Default is Inbox
|
boolean |
isConvertOwned()
Option to control whether the owned documents in the documents container must be converted
|
boolean |
isConvertOwner()
Gets option to control whether the documents container itself must be converted
|
void |
setDepth(int depth) |
void |
setFolder(String folder)
Set folder which to be processed
|
getFormat, setFormat
equals, equals, hashCode, op_Equality, op_Inequality
public PersonalStorageLoadOptions()
public String getFolder()
public void setFolder(String folder)
folder
- folderpublic boolean isConvertOwner()
isConvertOwner
in interface com.groupdocs.conversion.contracts.IDocumentsContainerLoadOptions
public boolean isConvertOwned()
isConvertOwned
in interface com.groupdocs.conversion.contracts.IDocumentsContainerLoadOptions
public int getDepth()
getDepth
in interface com.groupdocs.conversion.contracts.IDocumentsContainerLoadOptions
public void setDepth(int depth)
Copyright © 2022. All rights reserved.