Checks if the given feature is licensed. If so nothing happens, otherwise an error is thrown.

Syntax

Smartsite SXML CopyCode image Copy Code
license.checkfeature(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

None.

Expand image Example