Click or drag to resize
BrowserHelperTryGetValue Method
Returns given property from BrowserHelper

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public bool TryGetValue(
	string columnName,
	out Object value
)

Parameters

columnName
Type: SystemString
Property name
value
Type: SystemObject
Value will be returned here, if exists

Return Value

Type: Boolean

Implements

IDataContainerTryGetValue(String, Object)
See Also