TCilTsegLastRelease Class

Class used to store a program release with its properties and links.

Unit: Olf.CilTseg.ClientLib
System.TObject
  Olf.CilTseg.ClientLib.TCilTsegData
    Olf.CilTseg.ClientLib.TCilTsegLastRelease
type TCilTsegLastRelease = class(TCilTsegData)

The TCilTsegLastRelease type exposes the following members.

Show:
 NameDescription
TPlatforms

Top
Show:
 NameDescription
Create

Constructor method for this class. (Overrides Olf.CilTseg.ClientLib.TCilTsegData.Create .)

Destroy

Destructor method for this class.

Top
Show:
 NameDescription
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 Olf.CilTseg.ClientLib.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).

Top
Show:
 NameDescription
AddPlatform

GetDownloadURL

Returns the URL associated to a platform available for this release.

GetPlatforms

Returns a list of available platforms for this release.

Top
Show:
 NameDescription
FPlatforms

Top

When filled by the "get last version" API endpoint, the instance contains the properties of latest release ordered by date.