Creates an empty datatable for use as input for the given macro parameter

Syntax

Smartsite SXML CopyCode image Copy Code
datatable datatable.createforinputdata(string macroName, string propertyName)

Parameters

Name Data Type Description
macroName String Name of the macro.
propertyName String Name of the property.

Return Value

Data Type Description
DataTable The new datatable.

Expand image Example

SXML