Click or drag to resize

PropertyStore.IsOwnedProperty Method

Determines if a PROPERTYKEY format id is owned by ShellBoost.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static bool IsOwnedProperty(
	Guid formatId
)

Parameters

formatId
Type: System.Guid
The format id.

Return Value

Type: Boolean
true if the property is owned by ShellBoost; otherwise false.
See Also