Searches for rows matching the given criteria.

Syntax

Smartsite SXML CopyCode image Copy Code
datatable placeholder.search(string targetId, string filterExpression)
datatable placeholder.search(string filterExpression)

Parameters

Name Data Type Description
targetId String The placeholder id.
filterExpression String The filter expression.

Return Value

Data Type Description
DataTable A datatable holding the results found.
SXML