Checks whether the given placeholder exists.

Syntax

Smartsite SXML CopyCode image Copy Code
boolean placeholder.exists(string targetId)

Parameters

Name Data Type Description
targetId String The target placeholder id.

Return Value

Data Type Description
Boolean True if the placeholder exists, false otherwise.
SXML