'Declaration
Public Overloads Shared Function Find( _ ByVal queryName As System.String _ ) As System.Collections.Generic.ICollection(Of Folder)
'Usage
Dim queryName As System.String Dim value As System.Collections.Generic.ICollection(Of Folder) value = Folder.Find(queryName)
public static System.Collections.Generic.ICollection<Folder> Find( System.string queryName )
Parameters
- queryName
- Folder name search specification. Wildcards are allowed.
Return Value
The new FolderList.