ItemGetNamedPropertiesAsDictionary Method |
Gets the item's named properties as a dictionary.
Namespace:
callback.ShellBoost.Core.WindowsShell
Assembly:
callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax public IDictionary<string, Object> GetNamedPropertiesAsDictionary(
bool throwOnError = true
)
Parameters
- throwOnError (Optional)
- Type: SystemBoolean
true to throw error; otherwise false.
Return Value
Type:
IDictionaryString,
ObjectThe properties.
See Also