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.0
Syntax
public SearchFolder(
	string pQuery,
	ItemIdList pSearchScope
)

Parameters

pQuery
Type: SystemString
The search expression.
pSearchScope
Type: Jam.ShellItemIdList
The folder where the search should be started.

Return Value

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