Click or drag to resize

ShellItemId Constructor

Initializes a new instance of the ShellItemId class.

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

Parameters

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