ImagingTools Core SDK
Public Member Functions | List of all members
imtupdate::CUpdateManifest

#include <CUpdateManifest.h>

Inherits iser::ISerializable.

Public Member Functions

QString GetDownloadLink () const
 
QString GetDownloadPath () const
 

Detailed Description

The CManifest class, provides an information about the product updates

Definition at line 13 of file CUpdateManifest.h.

Member Function Documentation

◆ GetDownloadLink()

QString imtupdate::CUpdateManifest::GetDownloadLink ( ) const

Returns the link to download the file. Unlike the GetDownloadPath, it specifies the full link with the server address, port and schema

Note
It may be empty but in this case GetDownloadLink must be specified

◆ GetDownloadPath()

QString imtupdate::CUpdateManifest::GetDownloadPath ( ) const

Returns the path to download the file. Unlike the GetDownloadLink, it does NOT specifies the full link with the server address, port and schema

Note
It may be empty but in this case GetDownloadLink must be specified