C# 클래스 Microsoft.TeamFoundation.VersionControl.Client.FileHelper

파일 보기 프로젝트 열기: Indomitable/monodevelop-tfs-addin

공개 메소드들

메소드 설명
Delete ( ItemType itemType, string source ) : bool
Exists ( string path ) : bool
FileCopy ( string source, string destination ) : bool
FileDelete ( string source ) : bool
FileMove ( string source, string destination ) : bool
FileMove ( string source, string destination, bool overrideDetination ) : bool
FolderDelete ( string source ) : bool
FolderMove ( string source, string destination ) : bool
FolderMove ( string source, string destination, bool overrideDetination ) : bool
HasFile ( string path ) : bool
HasFolder ( string path ) : bool

메소드 상세

Delete() 공개 정적인 메소드

public static Delete ( ItemType itemType, string source ) : bool
itemType ItemType
source string
리턴 bool

Exists() 공개 정적인 메소드

public static Exists ( string path ) : bool
path string
리턴 bool

FileCopy() 공개 정적인 메소드

public static FileCopy ( string source, string destination ) : bool
source string
destination string
리턴 bool

FileDelete() 공개 정적인 메소드

public static FileDelete ( string source ) : bool
source string
리턴 bool

FileMove() 공개 정적인 메소드

public static FileMove ( string source, string destination ) : bool
source string
destination string
리턴 bool

FileMove() 공개 정적인 메소드

public static FileMove ( string source, string destination, bool overrideDetination ) : bool
source string
destination string
overrideDetination bool
리턴 bool

FolderDelete() 공개 정적인 메소드

public static FolderDelete ( string source ) : bool
source string
리턴 bool

FolderMove() 공개 정적인 메소드

public static FolderMove ( string source, string destination ) : bool
source string
destination string
리턴 bool

FolderMove() 공개 정적인 메소드

public static FolderMove ( string source, string destination, bool overrideDetination ) : bool
source string
destination string
overrideDetination bool
리턴 bool

HasFile() 공개 정적인 메소드

public static HasFile ( string path ) : bool
path string
리턴 bool

HasFolder() 공개 정적인 메소드

public static HasFolder ( string path ) : bool
path string
리턴 bool