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

FileSet.IncludesFile.AsIs Property

[This is preliminary documentation and subject to change.]

If true then the patterns in the include file will be added to the FileSet without pattern matching or checking if the file exists. The default is false.

[Visual Basic]
<TaskAttribute(Name:="asis", Required:=False, ExpandProperties:=True, ProcessXml:=True), _  BooleanValidator>
Public Property AsIs As Boolean
[C#]
[TaskAttribute(Name="asis", Required=False, ExpandProperties=True, ProcessXml=True)]
[BooleanValidator]
public bool AsIs {get; set;}

Remarks

Missing <remarks> documentation for P:NAnt.Core.Types.FileSet.IncludesFile.AsIs

See Also

FileSet.IncludesFile Class | NAnt.Core.Types Namespace