Click or drag to resize

ShellFolder Constructor (ShellFolder, DirectoryInfo)

Initializes a new instance of the ShellFolder class.

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

Parameters

parent
Type: callback.ShellBoost.CoreShellFolder
The parent.
info
Type: System.IODirectoryInfo
The information.
See Also