| AddTask |
Used to add files to a Visual SourceSafe database. If the file is currently
in the SourceSafe database a message will be logged but files will continue to be added.
|
| BaseTask |
The base abstract class for all Visual Source Safe Tasks.
Provides the core attributes, and functionality for opening an item
in a Visual Source Safe database.
|
| CheckinTask |
Used to checkin files into Visual Source Safe.
|
| CheckoutTask |
Task used to checkout files from Visual Source Safe.
|
| DeleteTask |
Used to delete or Destroy files or projects in Visual Source Safe.
|
| DiffTask |
Used to generate differences in a vss database. It will show all changes to a project
after the specified label.
|
| GetTask |
Used to retrieve an item or project from a Visual Source Safe database.
|
| History |
Generates an XML file showing all changes made to a Visual SourceSafe
project/file between specified labels or dates (by a given user).
|
| LabelTask |
Used to apply a label to a Visual Source Safe item.
|
| UndoCheckoutTask |
Task is used to undo a checkout from SourceSafe
|