BasicMultiColumnTableProcessTemplate Method |
Processes template definition and replaces macros with their values.
Namespace: CMS.ControlsAssembly: CMS.Controls (in CMS.Controls.dll) Version: 8.2.23
Syntax protected string ProcessTemplate(
string templateStr,
DataRow dr
)
Parameters
- templateStr
- Type: SystemString
Template string - dr
- Type: System.DataDataRow
Datarow object with values
Return Value
Type:
StringSee Also