ItemIdListIsSpecialFolder Method (ShellFolder) |
Compares the ItemIdList to the set of
ShellFolder instances.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax public 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
- Type: Jam.ShellShellFolder
The shell folders.
Return Value
Type:
Booleantrue if the ItemIdList represents one of the given shell folder, false otherwise.
See Also