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:
ShellBoost.Core
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public ShellItem(
ShellFolder parent,
Guid uniqueGuid
)
Parameters
- parent
- Type: 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 See Also