Kentico 12 Service Pack API Reference
Kentico 12 Service Pack API Reference
Namespaces
CMS Namespaces
CMS.DataEngine Namespaces
CMS.DataEngine
ProviderDictionary(TKey, TValue) Class
ProviderDictionary(TKey, TValue) Methods
Add Method
Clear Method
ContainsKey Method
ConvertKey Method
Delete Method
Invalidate Method
LogWebFarmTask Method
Remove Method
RemoveInternal Method
TryGetInternal Method
TryGetValue Method
Update Method
ProviderDictionary
TKey
,
TValue
TryGetValue Method
Gets the value associated with the specified key.
Namespace:
CMS.DataEngine
Assembly:
CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
Copy
public
bool
TryGetValue
( TKey
key
,
out
TValue
value
)
Parameters
key
Type:
TKey
Key to check
value
Type:
TValue
Returns the object value if the object is present
Return Value
Type:
Boolean
Implements
IProviderDictionary
TKey, TValue
TryGetValue(TKey, TValue
)
See Also
Reference
ProviderDictionary
TKey, TValue
Class
CMS.DataEngine Namespace
Copyright (c) 2019 Kentico Software
Send comments on this topic to
support@kentico.com