Click or drag to resize

ItemIdListIsSpecialFolder Method (ShellFolder)

Compares the ItemIdList to a ShellFolder.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax
public bool IsSpecialFolder(
	ShellFolder pSpecialFolderToCheck
)

Parameters

pSpecialFolderToCheck
Type: Jam.ShellShellFolder
The shell folder to that the ItemIdList should be compared.

Return Value

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