Метод | Описание | |
---|---|---|
AddFile ( string path, |
||
DeleteDirectory ( string path, bool recursive = false ) : void | ||
DeleteFile ( string path ) : void | ||
TfsFileSystem ( ITfsWorkspace workspace, string path ) : System.IO | ||
TfsFileSystem ( Microsoft.TeamFoundation.VersionControl.Client.Workspace workspace, string path ) : System.IO |
Метод | Описание | |
---|---|---|
EnsureDirectory ( string path ) : void |
Метод | Описание | |
---|---|---|
DeleteItem ( string path, RecursionType recursionType ) : bool |
public AddFile ( string path, |
||
path | string | |
stream | ||
Результат | void |
public DeleteDirectory ( string path, bool recursive = false ) : void | ||
path | string | |
recursive | bool | |
Результат | void |
protected EnsureDirectory ( string path ) : void | ||
path | string | |
Результат | void |
public TfsFileSystem ( ITfsWorkspace workspace, string path ) : System.IO | ||
workspace | ITfsWorkspace | |
path | string | |
Результат | System.IO |
public TfsFileSystem ( Microsoft.TeamFoundation.VersionControl.Client.Workspace workspace, string path ) : System.IO | ||
workspace | Microsoft.TeamFoundation.VersionControl.Client.Workspace | |
path | string | |
Результат | System.IO |