public final class EmptyFolderOptions
extends com.aspose.ms.System.Enum
Enumerates the empty folder options
Modifier and Type | Field and Description |
---|---|
static int |
DeletePermanently
Indicates that items should be deleted permanently.
|
static int |
DeleteSubfolders
Include subfolders into deletion operation.
|
static int |
None
If DeletePermanently flag is not set, move folder contents excluding subfolders to DeletedItems folder.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int None
If DeletePermanently flag is not set, move folder contents excluding subfolders to DeletedItems folder.
public static final int DeleteSubfolders
Include subfolders into deletion operation.
public static final int DeletePermanently
Indicates that items should be deleted permanently.