Click or drag to resize
BrowserHelperGetValue Method
Returns given property from BrowserHelper. Setter is not implemented

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
public Object GetValue(
	string columnName
)

Parameters

columnName
Type: SystemString
Property name

Return Value

Type: Object

Implements

ISimpleDataContainerGetValue(String)
See Also