C# Класс Tmx.Client.Library.ObjectModel.ItemSender

Description of ItemSender.
Показать файл Открыть проект

Открытые методы

Метод Описание
ItemSender ( ) : System
SendFileSystemHierarchy ( string sourcePath, string destinationPath, bool recurse, bool force ) : bool

Приватные методы

Метод Описание
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

Описание методов

ItemSender() публичный Метод

public ItemSender ( ) : System
Результат System

SendFileSystemHierarchy() публичный Метод

public SendFileSystemHierarchy ( string sourcePath, string destinationPath, bool recurse, bool force ) : bool
sourcePath string
destinationPath string
recurse bool
force bool
Результат bool