Click or drag to resize

ShellFolderServerGetRootFolder Method

Gets the root folder. Note this method has been superseded by GetFolderAsRoot that avoids a dead-end specialization of the ShellFolder class.

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

Parameters

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

Return Value

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