Click or drag to resize

KeyShellItemId Constructor (String)

Initializes a new instance of the KeyShellItemId class.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public KeyShellItemId(
	string value
)

Parameters

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