Kentico 11 API Reference
Kentico 11 API Reference
Namespaces
CMS.Helpers Namespaces
CMS.Helpers
CookieHelper Class
CookieHelper Methods
ChangeCookieExpiration Method
ChangeCookieExpirationInternal Method
ClearResponseCookies Method
ContainsColumn Method
ConvertCookieLevelToIntegerValue Method
EnsureResponseCookie Method
GetCookieDefaultValueInternal Method
GetCookieLevelInternal Method
GetDistinctCookieNames Method
GetExistingCookie Method
GetRequestCookieTable Method
GetResponseCookieTable Method
GetValue Method
GetValueInternal Method
IsCookieAllowedInternal Method
RegisterCookie Method
Remove Method
RemoveAllCookies Method
RemoveAllCookiesInternal Method
RemoveInternal Method
RequestCookieExists Method
ResponseCookieExists Method
RestoreResponseCookies Method
SetValue Method
SetValueInternal Method
TryGetValue Method
CookieHelper
TryGetValue Method
Returns value of column.
Namespace:
CMS.Helpers
Assembly:
CMS.Helpers (in CMS.Helpers.dll) Version: 11.0.0
Syntax
C#
Copy
public
bool
TryGetValue
(
string
columnName
,
out
Object
value
)
Parameters
columnName
Type:
System
String
Column name
value
Type:
System
Object
Returns the value
Return Value
Type:
Boolean
Returns true if the operation was successful (the value was present)
Implements
IDataContainer
TryGetValue(String, Object
)
See Also
Reference
CookieHelper Class
CMS.Helpers Namespace
Copyright (c) 2017 Kentico Software
Send comments on this topic to
support@kentico.com