CMSOutputResource TryGetValue Method Kentico 8.1 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.1.5347.20411)

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