This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Checks if the given feature is licensed. If so nothing happens, otherwise an error is thrown.

Namespace: Smartsite.Runtime.Modules
Assembly:  Smartsite.Runtime.Modules (in Smartsite.Runtime.Modules.dll)

Syntax

C#Copy imageCopy Code
[]
public static void CheckFeature(
	 feature
)
Visual Basic (Declaration)Copy imageCopy Code
<> _
Public Shared Sub CheckFeature ( _
	feature As  _
)

Parameters

feature
SmartsiteFeatures
The name of the feature that is checked.

See Also

Advanced