Click or drag to resize
DataHelperGetIntValue Method (ISimpleDataContainer, String)
Gets the integer variable from given Data container.

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

Parameters

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

Return Value

Type: Int32
See Also