Click or drag to resize

StringKeyShellItemId Constructor (String)

Initializes a new instance of the StringKeyShellItemId class.

Namespace:  ShellBoost.Core
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public StringKeyShellItemId(
	string value
)

Parameters

value
Type: SystemString
The key value as a string.
See Also