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

ImageUploaderFlash.LicenseKey Property

Gets or sets the license key which allows to evaluate, develop, or publish Image Uploader Flash according to the license key type (trial, development, or full).

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

Syntax

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

Property Value

Type: System.String

The valid license key.

Default value is "".

Examples

ASP.NET
<aur:ImageUploaderFlash ID="Uploader1" runat="server" 
	LicenseKey="XXXXX-XXXXX-XXXXX-XXXXX-XXXXX-XXXXXX;YYYYY-YYYYY-YYYYY-YYYYY-YYYYY">
</aur:ImageUploaderFlash>	

See Also

Reference

Manual