Folder.FindItems method
Returns a list of items by searching the contents of this folder.
| Name | Description | |
|---|---|---|
|
FindItems(ItemView) | Obtains a list of items by searching the contents of this folder. |
|
FindItems(String, ItemView) | Returns a list of items by searching the contents of this folder with the specified query string. |
|
FindItems(ItemView, Grouping) | Obtains a list of items by searching the contents of this folder in the specified view and grouped by the specified property. |
|
FindItems(SearchFilter, ItemView) | Obtains a list of items by searching the contents of this folder. |
|
FindItems(String, ItemView, Grouping) | Returns a list of items by searching the contents of this folder. |
|
FindItems(SearchFilter, ItemView, Grouping) | Returns a list of items by searching the contents of this folder, using the specified search filter. |
Show: