ItemIdListIsSpecialFolder Method (ShellFolder) |
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 6.3.1
Syntax public bool IsSpecialFolder(
ShellFolder pSpecialFolderToCheck
)
Public Function IsSpecialFolder (
pSpecialFolderToCheck As ShellFolder
) As Boolean
public:
bool IsSpecialFolder(
ShellFolder pSpecialFolderToCheck
)
member IsSpecialFolder :
pSpecialFolderToCheck : ShellFolder -> bool
Parameters
- pSpecialFolderToCheck
- Type: Jam.ShellShellFolder
The shell folder to that the ItemIdList should be compared.
Return Value
Type:
Booleantrue if the ItemIdList represents the given shell folder, false otherwise.
See Also