Click or drag to resize

PropertySystemTryGetPathProperty Method

Gets a property value for a given path.

Namespace:  callback.ShellBoost.Core.WindowsPropertySystem
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static bool TryGetPathProperty(
	string path,
	PropertyKey property,
	out Object value
)

Parameters

path
Type: SystemString
The path.
property
Type: callback.ShellBoost.Core.WindowsPropertySystemPropertyKey
The property to retrieve.
value
Type: SystemObject
The value.

Return Value

Type: Boolean
true if the property was read, false otherwise.
Exceptions
ExceptionCondition
ArgumentNullExceptionpath is null.
See Also