Click or drag to resize
BasicMultiColumnTableProcessTemplate Method
Processes template definition and replaces macros with their values.

Namespace: CMS.Controls
Assembly: CMS.Controls (in CMS.Controls.dll) Version: 9.0.0
Syntax
C#
protected string ProcessTemplate(
	string templateStr,
	DataRow dr
)

Parameters

templateStr
Type: SystemString
Template string
dr
Type: System.DataDataRow
Datarow object with values

Return Value

Type: String
See Also