|
ImagingTools Core SDK
|
#include <CUpdateManifest.h>
Inherits iser::ISerializable.
Public Member Functions | |
| QString | GetDownloadLink () const |
| QString | GetDownloadPath () const |
The CManifest class, provides an information about the product updates
Definition at line 13 of file CUpdateManifest.h.
| 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
GetDownloadLink must be specified | 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
GetDownloadLink must be specified