Click or drag to resize

ItemGetProperties Method

Gets the item's properties.

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

Parameters

flags (Optional)
Type: callback.ShellBoost.Core.WindowsPropertySystemGETPROPERTYSTOREFLAGS
The property store flags.
throwOnError (Optional)
Type: SystemBoolean
true to throw error; otherwise false.

Return Value

Type: IReadOnlyListProperty
The properties.
See Also