public interface TrashManager extends Remote
Modifier and Type | Method and Description |
---|---|
void |
emptyTrash(long trashId)
Empties the given TrashFolder.
|
void |
setTrashConfiguration(long trashId,
NamedValue[] config)
Sets the TrashFolder configuration.
|
void emptyTrash(long trashId) throws FdkException
trashId
- the ID of the TrashFolder to empty.FdkException
- if the operation fails.void setTrashConfiguration(long trashId, NamedValue[] config) throws FdkException
trashId
- the TrashFolder for which to set the configurationconfig
- the TrashFolder configuration options to set;
must include one or more of the following Attributes:
FdkException
- if the operation fails.Copyright © 2023. All rights reserved.