C# 클래스 Tmx.Client.Library.ObjectModel.ItemSender

Description of ItemSender.
파일 보기 프로젝트 열기: apetrovskiy/STUPS

공개 메소드들

메소드 설명
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