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:  ShellBoost.Core
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public ShellFolder(
	ShellFolder parent,
	Guid uniqueGuid
)

Parameters

parent
Type: 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