Click or drag to resize

ShellItemGetNullifiedPropertyValue Method (PropertyKey)

Gets a string property key value. The string will be trimmed and converted to null if its length is 0.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public string GetNullifiedPropertyValue(
	PropertyKey key
)

Parameters

key
Type: callback.ShellBoost.Core.WindowsPropertySystemPropertyKey
The property key.

Return Value

Type: String
A string or null.
See Also