Item.GetNamedProperties Method |
Gets the item's named properties.
Namespace:
callback.ShellBoost.Core.WindowsShell
Assembly:
callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntaxpublic IReadOnlyList<NamedProperty> GetNamedProperties(
bool throwOnError = true
)
Parameters
- throwOnError (Optional)
- Type: System.Boolean
true to throw error; otherwise false.
Return Value
Type:
IReadOnlyList<NamedProperty>The properties.
See Also