Gets or sets a license key which allows to evaluate, develop, or publish ActiveX/Java Uploader according to the license key type (trial, development, or full).
Namespace:
Aurigma.ImageUploader
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
public string LicenseKey { get; set; }
Type: System..String
The valid license key.
If it is necessary to specify several license keys, just separate them with semicolons. See the Example section below.
Default value is "".
ActiveX/Java Uploader Express does not support registering of several license keys. See the Upload Suite Editions topic for details.
ActiveX/Java Uploader always works as a full version on localhost
domain (regardless to the license key).
If you have any questions regarding licensing options or any other sales-related queries, do not hesitate to contact at sales@aurigma.com for more details.
<aur:Uploader ID="Uploader1" runat="server" LicenseKey="XXXXX-XXXXX-XXXXX-XXXXX-XXXXX-XXXXXX;YYYYY-YYYYY-YYYYY-YYYYY-YYYYY-YYYYYY" />