TheDeletedObjectList |
Scroll |
TheDeletedObjectList represents the result of a successful TheRecycleBinQuery as a table exposed as an array of TheDeletedObject items.
Namespace: Therefore.API
Visual Basic Public Class TheDeletedObjectList C# public class TheDeletedObjectList |
Name |
Description |
Gets the number of TheDeletedObject items returned by an TheRecycleBinQuery. |
|
Gets or sets the TheDeletedObject item with the specified index. |
Name |
Description |
Adds the specified TheDeletedObject to the list. |
|
Copies all TheDeletedObject objects from the specified TheDeletedObjectList to this one. |
|
Removes all elements from the list. |
|
Returns an enumerator for this list. |
|
Removes the object with the specified index from the list. |
|
Returns a string representation of the object (for debugging). |