Click or drag to resize

ItemIdList.IsSpecialFolder 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.Shell.ShellFolder[]
The shell folders.

Return Value

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