Click or drag to resize
UpdateCheckUpdateAction Enumeration
Possible actions to take, as indicated by UpdateCheck responses.

Namespace: com.softwarekey.Client.WebService.XmlLicenseService
Assembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntax
public enum UpdateAction
Members
  Member nameValueDescription
None0No action required, or no update available.
DownloadFtp1Download a file using File Transfer Protocol (FTP).
DownloadHttp2Download a file using HyperText Transfer Protocol (HTTP).
Secure3The Password for the LicenseID is required and must pass validation. Prompt the user for his or her password and try again.
GoToUrl4Navigate to a URL using the user's default browser.
DisplayMessage5Display a message to the user.
See Also