Method | Description | |
---|---|---|
ProcessContentPatches ( string ContentPatchPath, ALFA Database, |
Process and apply content patches. A server restart is scheduled if required for the content patch.
|
|
ProcessModuleDownloaderResourcesUpdates ( ALFA Database, |
Process any updates to moduledownloaderresources.xml.
|
Method | Description | |
---|---|---|
CompileModuleScripts ( |
Recompile all scripts in the module.
|
|
ContentPatchFileStoreFileExists ( string FileStorePath, string ConnectionString ) : bool |
Check if a file store file exists.
|
|
DownloadContentPatchFromFileStore ( string FileStorePath, string LocalFileName, string ConnectionString, |
Download a content patch file from a file store. Currently, Azure file stores are assumed. Both compressed and uncompressed versions of the file are tried in respective order.
|
|
GetFileChecksum ( string FilePath, |
Get the MD5 checksum of a file as a lowercased hex string.
|
public static ProcessContentPatches ( string ContentPatchPath, ALFA Database, |
||
ContentPatchPath | string | Supplies the configured content /// patch base path, from the database config table. |
Database | ALFA | Supplies the database object. |
Script | Supplies the script object. | |
ConnectionString | string | Supplies the updater file store /// connection string. |
return | bool |
public static ProcessModuleDownloaderResourcesUpdates ( ALFA Database, |
||
Database | ALFA | Supplies the database object. |
Script | Supplies the script object. | |
return | bool |