QueryDataParameters AddMacro Method Kentico 8.0 API Reference
Adds the macro to the query data parameters

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

name
Type: OnlineSystem String
Macro name
value
Type: OnlineSystem String
Macro value
addHashes (Optional)
Type: OnlineSystem Boolean
If true, hash chars are added to the macro automatically, e.g. "TABLE" is converted to "##TABLE##"
See Also