ShellBrowser .Net Edition
IsSpecialFolder Method (aShellFolder)
NamespacesJam.ShellItemIdListIsSpecialFolder(ShellFolder)
Compares the ItemIdList to a ShellFolder.
Declaration Syntax
C#Visual BasicVisual C++
public bool IsSpecialFolder(
	ShellFolder aShellFolder
)
Public Function IsSpecialFolder ( _
	aShellFolder As ShellFolder _
) As Boolean
public:
bool IsSpecialFolder(
	ShellFolder aShellFolder
)
Parameters
aShellFolder (ShellFolder)
The shell folder to that the ItemIdList should be compared.
Return Value
true if the ItemIdList represents the given shell folder, false otherwise.

Assembly: ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)