Esempio n. 1
0
 public IEnumerable <ISourceControlFolder> GetSubfolders()
 {
     return(_tfsGateway.GetSubfolders(this.ServerPath)
            .Select(serverPath => NewTfsFolderInstance(serverPath,
                                                       this.LocalPath.Subpath(serverPath.GetName())))
            .ToList());
 }