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