IPluginSettingsTryGetValueTValue Method (String) |
Get value by its key.
Namespace:
Resto.Front.Api.V5.Data.Settings
Assembly:
Resto.Front.Api.V5 (in Resto.Front.Api.V5.dll)
Syntax TValue TryGetValue<TValue>(
string key
)
Parameters
- key
- Type: SystemString
Key of setting.
Type Parameters
- TValue
- Return type of value.
Return Value
Type:
TValueValue of setting or null if none specified.
See Also