Interface IDeletionInfo
public interface IDeletionInfo
-
Method Summary
Modifier and TypeMethodDescriptionlistFailedDeletionIDs
(int startIndex, int endIndex) Get a paged list of all items that have failed to be destroyedlistScheduledDeletionIDs
(int startIndex, int endIndex) Get a paged list of all items scheduled for deletion
-
Method Details
-
listScheduledDeletionIDs
Get a paged list of all items scheduled for deletion- Parameters:
startIndex
- first itemendIndex
- last item, -1 for all- Throws:
MetaException
-
listFailedDeletionIDs
Get a paged list of all items that have failed to be destroyed- Parameters:
startIndex
- first itemendIndex
- last item, -1 for all- Throws:
MetaException
-