Release 1.0 - ...

<featurelist> element

The featurelist element contains a list of licensed features. Within a license for a production server this list is just informational, it is not used to perform the actual feature checks against.

However, when your license includes the DevelopmentLicense feature (feature id 147), you can use this list to simulate a customer's license.

To achieve this, make sure that the featurelist element within your local Smartsite.Licensing.config file includes the same list of features as the customer's actual license by e.g. replacing the featurelist element or by commenting out one or more features the customer doesn't have or specify enabled="false" as attribute for these features.

Then set the applyMask attribute on the featurelist to true, and from that moment on, whenever a feature check occurs, this list will be used to perform an additional feature check.

Expand image Example

Expand image Attributes

Expand image Parent element

Expand image Child elements

Install & Config