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, setFormatequals, equals, hashCode, op_Equality, op_Inequalitypublic PersonalStorageLoadOptions()
public String getFolder()
public void setFolder(String folder)
folder - folderpublic boolean isConvertOwner()
isConvertOwner in interface com.groupdocs.conversion.contracts.IDocumentsContainerLoadOptionspublic boolean isConvertOwned()
isConvertOwned in interface com.groupdocs.conversion.contracts.IDocumentsContainerLoadOptionspublic int getDepth()
getDepth in interface com.groupdocs.conversion.contracts.IDocumentsContainerLoadOptionspublic void setDepth(int depth)
Copyright © 2025. All rights reserved.