C# Class RFH.Services.BackupService

Afficher le fichier Open project: rfharvest/RFH Class Usage Examples

Méthodes publiques

Méthode Description
ExecuteBackup ( string rootPath, string tempZipPath ) : void

Private Methods

Méthode Description
ZipAllFiles ( string rootPath, string tempZipPath ) : void
ZipDirectory ( ZipService zipService, string directoryPath, string relativePath ) : void

Method Details

ExecuteBackup() public méthode

public ExecuteBackup ( string rootPath, string tempZipPath ) : void
rootPath string
tempZipPath string
Résultat void