Click or drag to resize
DataHelperGetStringValue Method (ISimpleDataContainer, String)
Gets the string variable from given data container.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
public static string GetStringValue(
	ISimpleDataContainer data,
	string columnName
)

Parameters

data
Type: CMS.BaseISimpleDataContainer
Container with the data
columnName
Type: SystemString
Column name

Return Value

Type: String
See Also