This documentation is for the old version. Go to the latest Upload Suite docs

ImageUploader.LicenseKey Property

License key which allows evaluating, developing, or publishing Image Uploader according to the license key type (trial, development, or full).

Namespace: Aurigma.ImageUploader
Assembly: Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)

Syntax

Visual Basic
Public Property LicenseKey As String
C#
public string LicenseKey { get; set; }

Property Value

A string value containing a valid license key.

If it is necessary to specify several license keys (e.g. if you use ActiveX + Java or purchased several licenses) just separate them with semicolons.

Note

No extra characters are allowed between license keys.

Default value is "".

Remarks

Image Uploader always works as a full version for localhost domain (regardless to the license key).

This property corresponds to LicenseKey client-side property.

Examples

ASP.NET
<cc1:ImageUploader ID="ImageUploader1" runat="server" 
        height="400" width="600"
        LicenseKey="XXXXX-XXXXX-XXXXX-XXXXX-XXXXX;YYYYY-YYYYY-YYYYY-YYYYY-YYYYY">
</cc1:ImageUploader>

See Also

Reference