Checks whether the specified property exists in the global storage.

Syntax

Smartsite SXML CopyCode image Copy Code
boolean storage.exists(string appName, string propertyName)

Parameters

Name Data Type Description
appName String Name of the application.
propertyName String Name of the property.

Return Value

Data Type Description
Boolean True if the profile property exists.
SXML