Click or drag to resize

ShellItemGetNullifiedPropertyValue Method (PropertyKey, String)

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

Namespace:  ShellBoost.Core
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public string GetNullifiedPropertyValue(
	PropertyKey key,
	string defaultValue
)

Parameters

key
Type: ShellBoost.Core.WindowsPropertySystemPropertyKey
The property key.
defaultValue
Type: SystemString
The default value.

Return Value

Type: String
A string or null.
See Also