NAnt SDK Documentation - v0.85-nightly-2005-11-09 |
|
FileSet.Include.FromPath Property
[This is preliminary documentation and subject to change.]
If true then the file will be searched for on the path. The default is false.
[Visual Basic]
<BooleanValidator, _
TaskAttribute(Name:="frompath", Required:=False, ExpandProperties:=True, ProcessXml:=True)>
Public Property FromPath As
Boolean
[C#]
[BooleanValidator]
[TaskAttribute(Name="frompath", Required=False, ExpandProperties=True, ProcessXml=True)]
public
bool FromPath {get; set;}
Remarks
Missing <remarks> documentation for P:NAnt.Core.Types.FileSet.Include.FromPath
See Also
FileSet.Include Class | NAnt.Core.Types Namespace