Click or drag to resize

Item.GetPropertiesAsDictionary Method

Gets the item's properties as a dictionary.

Namespace:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public IDictionary<PropertyKey, Object> GetPropertiesAsDictionary(
	GETPROPERTYSTOREFLAGS flags = GETPROPERTYSTOREFLAGS.GPS_DEFAULT,
	bool throwOnError = true
)

Parameters

flags (Optional)
Type: callback.ShellBoost.Core.WindowsPropertySystem.GETPROPERTYSTOREFLAGS
The property store flags.
throwOnError (Optional)
Type: System.Boolean
true to throw error; otherwise false.

Return Value

Type: IDictionary<PropertyKey, Object>
The properties.
See Also