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

CommandLineOptions.FindInParent Property

[This is preliminary documentation and subject to change.]

Gets a value indicating whether parent directories should be searched for a buildfile.

[Visual Basic]
<CommandLineArgument(Name:="find", ShortName:="null", Description:="Search parent directories for build file", Type:=CommandLineArgumentTypes.AtMostOnce)>
Public Property FindInParent As Boolean
[C#]
[CommandLineArgument(Name="find", ShortName="null", Description="Search parent directories for build file", Type=CommandLineArgumentTypes.AtMostOnce)]
public bool FindInParent {get; set;}

Property Value

true if parent directories should be searched for a build file; otherwise, false. The default is false.

Remarks

Missing <remarks> documentation for P:NAnt.Core.CommandLineOptions.FindInParent

See Also

CommandLineOptions Class | NAnt.Core Namespace