Find.2 |
Scroll |
Looks for an TheFolderItem with the specified folder name and returns the first one it finds. If no matching folder item is found Nothing / null is returned.
Namespace: Therefore.API
Visual Basic Public Overridable Function Find ( _ strName As String _ ) As TheFolderItem C# public virtual TheFolderItem Find ( string strName ) ParametersstrName Folder item name to look for. Return ValueFirst TheFolderItem with the specified strName in the list. If no matching folder item is found Nothing (VB), null (C#) or their equivalent in other programming languages is returned. |