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

CheckoutTask.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:="null", ExpressionErrorMessage:="null"), _  TaskAttribute(Required:=False, Name:="overridedir", ExpandProperties:=True, ProcessXml:=True)>
Public Property OverrideDir As String
[C#]
[StringValidator(AllowEmpty=False, Expression="null", 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.CheckoutTask.OverrideDir

See Also

CheckoutTask Class | NAnt.SourceControl.Tasks Namespace