Therefore API > API Reference > Classes > TheFolderItemList > Methods
Find
Returns the first TheFolderItem with the specified ID or name. If no matching folder item is found Nothing / null is returned.
Name
Description
Find (int)
Looks for an TheFolderItem with the specified ID and returns the first one it finds.
Find (string)
Looks for an TheFolderItem with the specified folder name and returns the first one it finds.
Please check the help pages of the various overloads for the exact syntax in Visual Basic and C#.