Click or drag to resize

ItemIdListIsSpecialFolder(ShellFolder) Method

Compares the ItemIdList to the set of ShellFolder instances.

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

Parameters

pShellFolders  ShellFolder
The shell folders.

Return Value

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