Previous |
Next
AddLicense Method
Sets the license key. (NOTE: Available in
Professional Edition)
Boolean AddLicense( String
license
) |
Parameters
license Type: String The license key.
Return Value
Type: Boolean
If the method succeeds, the return value is true. If the method fails, the return value is
false. To get extended error
information, call GetLastError and GetLastErrorDesc methods.
Remarks
In the Professional Edition of the DownloadX control, the license key must be
set before downloading files can begin.
|