C# Class ToSic.SexyContent.ImportExport.FileManager

Afficher le fichier Open project: 2sic/2sxc Class Usage Examples

Méthodes publiques

Méthode Description
CopyAllFiles ( string destinationFolder, bool overwriteFiles, List messages ) : void

Copy all files from SourceFolder to DestinationFolder (directly on the file system)

FileManager ( string sourceFld ) : System

Method Details

CopyAllFiles() public méthode

Copy all files from SourceFolder to DestinationFolder (directly on the file system)
public CopyAllFiles ( string destinationFolder, bool overwriteFiles, List messages ) : void
destinationFolder string
overwriteFiles bool
messages List
Résultat void

FileManager() public méthode

public FileManager ( string sourceFld ) : System
sourceFld string
Résultat System