Click or drag to resize

PropertySystem.TryGetPathProperty 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: System.String
The path.
property
Type: callback.ShellBoost.Core.WindowsPropertySystem.PropertyKey
The property to retrieve.
value
Type: System.Object
The value.

Return Value

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