Click or drag to resize

ShellItemIdFromData Method

Creates an instance of a ShellItemId from a PIDL data.

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

Parameters

data
Type: SystemByte
The PIDL data.

Return Value

Type: ShellItemId
An instance of the ShellItemId class.
See Also