NAnt SDK Documentation - v0.85-nightly-2005-11-09

ExportTask.OverrideDir Property

[This is preliminary documentation and subject to change.]

Specify a directory name to replace the module name. Valid names include any valid filename, excluding path information.

[Visual Basic]
<StringValidator(AllowEmpty:=False, Expression:="^[A-Za-z0-9][A-Za-z0-9._\-]*$", ExpressionErrorMessage:="null"), _  TaskAttribute(Required:=False, Name:="overridedir", ExpandProperties:=True, ProcessXml:=True)>
Public Property OverrideDir As String
[C#]
[StringValidator(AllowEmpty=False, Expression="^[A-Za-z0-9][A-Za-z0-9._\-]*$", ExpressionErrorMessage="null")]
[TaskAttribute(Required=False, Name="overridedir", ExpandProperties=True, ProcessXml=True)]
public string OverrideDir {get; set;}

Remarks

Missing <remarks> documentation for P:NAnt.SourceControl.Tasks.ExportTask.OverrideDir

See Also

ExportTask Class | NAnt.SourceControl.Tasks Namespace