ItemGetNamedPropertiesAsDictionary Method |
Gets the item's named properties as a dictionary.
Namespace:
ShellBoost.Core.WindowsShell
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.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