Summary
Scans the Project Item for deleted files and removes their local
copies from the local image of the project. Obeys the recursive setting
(and thus optionally calls itself recursively).
- Assembly
- NAnt
.Contrib .dll - Namespace
- NAnt
.Contrib .Tasks .SourceSafe - Containing Type
- GetTask
Syntax
public void RemoveDeletedFromLocalImage(IVSSItem item, string localPathPrefix)
Parameters
Name | Type | Description |
---|---|---|
item | IVSSItem | The VSS Item (project) to check for deletions |
localPathPrefix | string | The path to the folder of the item being processed |
Return Value
Type | Description |
---|---|
void |