ExportTask.

OverrideDir 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
ExportTask

Syntax

[TaskAttribute("overridedir", Required = false)]
[StringValidator(AllowEmpty = false, Expression = @"^[A-Za-z0-9][A-Za-z0-9._\-]*$")]
public string OverrideDir { get; set; }

Attributes

Type Description
TaskAttributeAttribute Indicates that property should be treated as a XML attribute for the task.
StringValidatorAttribute Used to indicate whether a string property should allow an empty string value or not.

Value

Type Description
string