Click or drag to resize

ShellItem Constructor (ShellFolder, Guid)

Initializes a new instance of the ShellItem class. This item'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 ShellItem(
	ShellFolder parent,
	Guid uniqueGuid
)

Parameters

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