TfsSource Members
From TFS Build Extensions
| TFS Build Extensions Help (v1.0.0.6) |
| TfsSource Members |
| TfsSource Class Constructors Properties See Also Send Feedback |
The TfsSource type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| TfsSource |
Properties
| Name | Description | |
|---|---|---|
| Action |
The action to perform
| |
| Collection |
TFS collection to perform action on
| |
| Comments |
Optional checkin comment
| |
| Itemspec |
Item to operate on
| |
| Login |
Optional login information, format: username [, password]
| |
| Notes |
Optional checkin notes
| |
| OverrideReason |
Optional checkin policy override reason
| |
| Recursive |
Performs the operation recursively. Defaults to true
| |
| ReturnCode |
Gets the Return Code from TF checkout
| |
| ToolPath |
Path to TF.exe. Defaults to %VS100COMNTOOLS%\..\IDE\tf.exe
| |
| WorkingDirectory |
Working directory used when executing command
|