ShellFolderServerGetFolder Method |
Gets a Shell Folder using its PIDL.
Namespace:
ShellBoost.Core
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax protected virtual ShellFolder GetFolder(
ShellItemIdList idList
)
Parameters
- idList
- Type: ShellBoost.CoreShellItemIdList
The folder PIDL.
Return Value
Type:
ShellFolderAn instance of the ShellFolder class or null if it was not found.
Exceptions See Also