ItemIdListIsSpecialFolder(ShellFolder) Method |
Compares the ItemIdList to the set of
ShellFolder instances.
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntaxpublic bool IsSpecialFolder(
ShellFolder[] pShellFolders
)
Public Function IsSpecialFolder (
pShellFolders As ShellFolder()
) As Boolean
public:
bool IsSpecialFolder(
array<ShellFolder>^ pShellFolders
)
member IsSpecialFolder :
pShellFolders : ShellFolder[] -> bool Parameters
- pShellFolders ShellFolder
- The shell folders.
Return Value
Booleantrue if the ItemIdList represents one of the given shell folder, false otherwise.
See Also