CMSOutputResource TryGetValue Method Kentico 8.0 API Reference
Attempts to retrieve a value of a column.

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

Parameters

columnName
Type: OnlineSystem String
Name of the column
value
Type: OnlineSystem Object 
If successful, this object will stored the retrieved value

Return Value

Type: OnlineBoolean
true, if object was successfully retrieved, otherwise false
See Also