BasicMultiColumnTableProcessTemplate Method |
Processes template definition and replaces macros with their values.
Namespace: CMS.DocumentEngine.Web.UIAssembly: CMS.DocumentEngine.Web.UI (in CMS.DocumentEngine.Web.UI.dll) Version: 12.0.0
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