C# Class Orc.NuGetExplorer.BackupFileSystemService

Inheritance: IBackupFileSystemService
Show file Open project: WildGums/Orc.NuGetExplorer

Public Methods

Method Description
BackupFileSystemService ( IPackageOperationContextService operationContextService, IFileSystemService fileSystemService ) : System
BackupFolder ( string fullPath ) : void
Restore ( string fullPath ) : void

Method Details

BackupFileSystemService() public method

public BackupFileSystemService ( IPackageOperationContextService operationContextService, IFileSystemService fileSystemService ) : System
operationContextService IPackageOperationContextService
fileSystemService IFileSystemService
return System

BackupFolder() public method

public BackupFolder ( string fullPath ) : void
fullPath string
return void

Restore() public method

public Restore ( string fullPath ) : void
fullPath string
return void