TCilTsegLastRelease Class
Definition
Class used to store a program release with its properties and links.
Delphi
type TCilTsegLastRelease = class(TCilTsegData)
- Inheritance
Remarks
When filled by the "get last version" API endpoint, the instance contains the properties of latest release ordered by date.
Types
Constructors
Properties
| Error |
This property is True if an error occured to access to this an API or some datas. If all went good, the Error property is set to False. (Inherited from TCilTsegData) |
| ReleaseDate |
Date of this version. |
| ReleaseVersion |
Version number of this release. |
| SoftwareLabel |
Name of your software (as written in CilTseg publisher backoffice). |
| SoftwareURL |
URL of your software (as written in CilTseg publisher backoffice). |
Methods
| AddPlatform(string, string) | |
| GetDownloadURL(string) |
Returns the URL associated to a platform available for this release. |
| GetPlatforms |
Returns a list of available platforms for this release. |
| SetReleaseDate(TDate) | |
| SetReleaseVersion(string) | |
| SetSoftwareLabel(string) | |
| SetSoftwareURL(string) |