Click or drag to resize

ItemIdListIsSpecialFolder Method (ShellFolder)

Compares the ItemIdList to the set of ShellFolder instances.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 6.3.1
Syntax
public bool IsSpecialFolder(
	ShellFolder[] pShellFolders
)

Parameters

pShellFolders
Type: Jam.ShellShellFolder
The shell folders.

Return Value

Type: Boolean
true if the ItemIdList represents one of the given shell folder, false otherwise.
See Also