Click or drag to resize

RootShellFolder Constructor (ShellItemIdList, DirectoryInfo)

Initializes a new instance of the RootShellFolder class.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public RootShellFolder(
	ShellItemIdList idList,
	DirectoryInfo info
)

Parameters

idList
Type: callback.ShellBoost.CoreShellItemIdList
The identifier list.
info
Type: System.IODirectoryInfo
The information.
Exceptions
ExceptionCondition
ArgumentNullExceptioninfo is null.
See Also