Click or drag to resize

ShellFolderServerGetFolderAsRoot Method

Gets the root folder.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
protected virtual ShellFolder GetFolderAsRoot(
	ShellItemIdList idList
)

Parameters

idList
Type: callback.ShellBoost.CoreShellItemIdList
The root folder PIDL.

Return Value

Type: ShellFolder
An instance of the ShellFolder class.
See Also