ProviderDictionary TKey, TValue  TryGetInternal Method Kentico 8.0 API Reference
Returns true if the internal dictionary contains specified record.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

key
Type: TKey
Key to check
value
Type: TValue 
Returns the object value if the object is present

Return Value

Type: OnlineBoolean
See Also