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).

Syntax

PHP Initialize
public function getLicenseKey() {
}

public function setLicenseKey($value) {
}

Property Value

Type: string

The valid license key.

Default value is "".

Example

PHP
$uploader = new ImageUploaderFlash("Uploader1");
$uploader->setLicenseKey("XXXXX-XXXXX-XXXXX-XXXXX-XXXXX-XXXXXX;YYYYY-YYYYY-YYYYY-YYYYY-YYYYY");

See Also

Reference

Manual