Click or drag to resize

PropertyDescriptionList Constructor (String, Boolean)

Initializes a new instance of the PropertyDescriptionList class.

Namespace:  callback.ShellBoost.Core.WindowsPropertySystem
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public PropertyDescriptionList(
	string propList,
	bool throwOnError = false
)

Parameters

propList
Type: SystemString
The property list.
throwOnError (Optional)
Type: SystemBoolean
if set to true Windows error may be thrown.
See Also