Release 1.0 - ...
<smartsite.licensing> element
This element contains the Smartsite licensing configuration.
Example
XML |
Copy Code
|
<smartsite.licensing>
<license_information>
<!-- contains customername, description, edition, etc. -->
</license_information>
<productid>(product id)</productid>
<licensehost>localhost</licensehost>
<productkey>(product activation key)</productkey>
<customlicensedata>
<!-- optional element, containing custom license data
which will override the read-only memory data -->
</customlicensedata>
<featurelist applymask="false">
<!-- list of features -->
</featurelist>
<v2c type="provisional">
<!-- CDATA section with the provisional license -->
</v2c>
</smartsite.licensing>
|
Attributes
None.
Parent element
Element name |
Description |
<configuration> |
Root element for the configuration file. |
Child elements
Element name |
Description |
<license_information> |
This section contains general license information, such as customer name, edition, for which sites the license is intended, etc. |
<productid> |
The product id for this specific license. |
<licensehost> |
The machine name where the actual license (product) has been installed. |
<productkey> |
The activation key for the product, which will be used by the Smartsite.Activator to activate the provisional product. |
<featurelist> |
Contains a list of licensed features. |
<v2c> |
Contains the provisional license or a license update. |
<customlicensedata> |
Optional element, which can be used to override the license read-only memory data. |