C# Class Tmx.Client.Library.ObjectModel.ItemSender

Description of ItemSender.
Afficher le fichier Open project: apetrovskiy/STUPS

Méthodes publiques

Méthode Description
ItemSender ( ) : System
SendFileSystemHierarchy ( string sourcePath, string destinationPath, bool recurse, bool force ) : bool

Private Methods

Méthode Description
GetFiles ( DirectoryInfo rootDirectory ) : System.IO.FileInfo[]
GetSubDirectories ( DirectoryInfo rootDirectory ) : System.IO.DirectoryInfo[]
SendHierarchy ( string sourcePath, string destinationPath, bool recurse, bool force ) : bool
SendSingleFile ( string sourceFolderPath, string sourceFilePath, string destinationPath, bool force ) : bool
WalkIntoDirectory ( DirectoryInfo rootDirectory, string sourcePath, string destinationPath, bool force ) : bool

Method Details

ItemSender() public méthode

public ItemSender ( ) : System
Résultat System

SendFileSystemHierarchy() public méthode

public SendFileSystemHierarchy ( string sourcePath, string destinationPath, bool recurse, bool force ) : bool
sourcePath string
destinationPath string
recurse bool
force bool
Résultat bool