Returns true if the given feature name is licensed, false otherwise.

Syntax

Smartsite SXML CopyCode image Copy Code
boolean license.hasfeature(T:Smartsite.Srm.SmartsiteFeatures feature)

Parameters

Name Data Type Description
feature T:Smartsite.Srm.SmartsiteFeatures The name of the feature that is checked.

Return Value

Data Type Description
Boolean

Expand image Example