Click or drag to resize

ShellItemId Constructor

Initializes a new instance of the ShellItemId class.

Namespace:  ShellBoost.Core
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
protected ShellItemId(
	byte[] data
)

Parameters

data
Type: SystemByte
The SHITEMID data.
Exceptions
ExceptionCondition
ArgumentException data length is invalid.
See Also