CheckoutTask.

OverrideDirectory Property

Summary

Specify a directory name to replace the module name. Valid names include any valid filename, excluding path information.
Assembly
NAnt.SourceControl.dll
Namespace
NAnt.SourceControl.Tasks
Containing Type
CheckoutTask

Syntax

[TaskAttribute("override-directory", Required = false)]
public string OverrideDirectory { get; set; }

Attributes

Type Description
TaskAttributeAttribute Indicates that property should be treated as a XML attribute for the task.

Value

Type Description
string