Click or drag to resize

SearchFolder Constructor

Creates a "search folder" with a specified search query and scope and returns this folder as ItemIdList.

Namespace: Jam.Shell
Assembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntax
public SearchFolder(
	string pQuery,
	ItemIdList pSearchScope,
	bool pSearchContents = true
)

Parameters

pQuery  String
The search expression.
pSearchScope  ItemIdList
The folder where the search should be started.
pSearchContents  Boolean  (Optional)
Set to false to only search in the name column, not the file contents.

Return Value

The search folder.
Remarks
Assign result only to variables of type IItemIdList!
See Also