PropertyStoreIsOwnedProperty Method |
Determines if a PROPERTYKEY format id is owned by ShellBoost.
Namespace:
ShellBoost.Core
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public static bool IsOwnedProperty(
Guid formatId
)
Parameters
- formatId
- Type: SystemGuid
The format id.
Return Value
Type:
Booleantrue if the property is owned by ShellBoost; otherwise false.
See Also