UpdateCheckUpdateAction Enumeration |
Possible actions to take, as indicated by UpdateCheck responses.
Namespace: com.softwarekey.Client.WebService.XmlLicenseServiceAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
SyntaxPublic Enumeration UpdateAction
public enum class UpdateAction
Members
| Member name | Value | Description |
---|
| None | 0 | No action required, or no update available. |
| DownloadFtp | 1 | Download a file using File Transfer Protocol (FTP). |
| DownloadHttp | 2 | Download a file using HyperText Transfer Protocol (HTTP). |
| Secure | 3 | The Password for the LicenseID is required and must pass validation. Prompt the user for his or her password and try again. |
| GoToUrl | 4 | Navigate to a URL using the user's default browser. |
| DisplayMessage | 5 | Display a message to the user. |
See Also