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: 6.3.1
Syntax public SearchFolder(
string pQuery,
ItemIdList pSearchScope
)
Public Sub New (
pQuery As String,
pSearchScope As ItemIdList
)
public:
SearchFolder(
String^ pQuery,
ItemIdList^ pSearchScope
)
new :
pQuery : string *
pSearchScope : ItemIdList -> SearchFolder
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