TheFolderItemList |
Scroll |
As the name suggests, TheFolderItemList is a list of TheFolderItem objects.
Namespace: Therefore.API
Visual Basic Public Class TheFolderItemList C# public class TheFolderItemList |
Name |
Description |
Gets the number of TheFolderItem objects in the list. |
|
Gets or sets the TheFolderItem with the specified index. |
Name |
Description |
Adds the specified TheFolderItem to the list. |
|
Copies all TheFolderItem objects from the specified TheFolderItemList to this one. |
|
Removes all elements from the list. |
|
Returns a copy of the list. |
|
Checks if the list contains an TheFolderItem with the specified ID or name. |
|
Returns the first TheFolderItem with the specified ID or name. If no matching folder item is found Nothing / null is returned. |
|
Returns an enumerator for this list. |
|
Removes the string with the specified index from the list. |
|
Returns a string representation of the object (for debugging). |