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