C# Класс Microsoft.TeamFoundation.VersionControl.Client.FileHelper

Показать файл Открыть проект

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

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