Click or drag to resize

ShellFolder Constructor (ShellFolder, Guid)

Initializes a new instance of the ShellFolder class. This folders's PIDL will be constructed using the parent's root PIDL (instead of the parent pidl) plus the passed in uniqueGuid.

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

Parameters

parent
Type: callback.ShellBoost.CoreShellFolder
The parent folder.
uniqueGuid
Type: SystemGuid
A guid that represents the folder. The guid must be unique in the whole hierarchy, otherwise use the constructor that takes a ShellItemId instance as input.
See Also