TheFolderList |
Scroll |
As the name suggests, TheFolderList is a list of TheFolder objects.
Namespace: Therefore.API
Visual Basic Public Class TheFolderList C# public class TheFolderList |
Name |
Description |
Gets the number of TheFolder objects in the list. |
|
Gets or sets the TheFolder with the specified index. |
Name |
Description |
Adds the specified TheFolder to the list. |
|
Copies all TheFolder objects from the specified TheFolderList to this one. |
|
Removes all elements from the list. |
|
Returns a copy of the list. |
|
Checks if the list contains at least one TheFolder with the specified folder number or name. |
|
Looks for an TheFolder with the specified folder number or name and returns it. |
|
Returns an enumerator for this list. |
|
Returns the path to a TheFolder or TheFolderItem. |
|
Removes the string with the specified index from the list. |
|
Returns a string representation of the object (for debugging). |