ImageUploaderFlash.LicenseKey Property HTML5/Flash Uploader ASP.NET

Supported technologies: Adobe FlashHTML 5

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

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

Syntax

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