iikoFront Api V7 Code Reference
iikoFront Api V7 Code Reference
Resto.Front.Api.Data.Settings
PluginSettings Class
PluginSettings Methods
TryGetValue Method
TryGetValue(TSetting, TValue) Method (String)
TryGetValue(TValue) Method (String)
PluginSettings
TryGetValue
TSetting
,
TValue
Method (String)
Namespace:
Resto.Front.Api.Data.Settings
Assembly:
Resto.Front.Api.V7 (in Resto.Front.Api.V7.dll)
Syntax
C#
Copy
public
TValue
TryGetValue
<TSetting, TValue>(
string
key
)
where
TSetting :
BaseSetting
<TValue>
Parameters
key
Type:
System
String
Type Parameters
TSetting
TValue
Return Value
Type:
TValue
Implements
IPluginSettings
TryGetValue
TSetting, TValue
(String)
See Also
Reference
PluginSettings Class
TryGetValue Overload
Resto.Front.Api.Data.Settings Namespace