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