Summary
 
    Implements base-class abstract function to perform the checkout operation on the files in each folder of the tree.
    
		- Assembly
- NAnt.Contrib .dll 
- Namespace
- NAnt.Contrib .Tasks .StarTeam 
- Containing Type
- StarTeamCheckout
Syntax
protected override void visit(StFolder starteamFolder, FileInfo targetFolder)Parameters
| Name | Type | Description | 
|---|---|---|
| starteamFolder | StFolder | the StarTeam folder from which files to be checked out | 
| targetFolder | FileInfo | the local mapping of the starteam folder | 
Return Value
| Type | Description | 
|---|---|
| void | 
