Click or drag to resize

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
C#
protected virtual ShellFolder GetFolder(
	ShellItemIdList idList
)

Parameters

idList
Type: ShellBoost.CoreShellItemIdList
The folder PIDL.

Return Value

Type: ShellFolder
An instance of the ShellFolder class or null if it was not found.
Exceptions
ExceptionCondition
ArgumentNullExceptionidl is null.
See Also