IfTask.

UpToDateFiles Property

Summary

The NAnt.Core.Types.FileSet that contains the uptodate files for the NAnt.Core.Tasks.IfTask.CompareFile(s) check.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Tasks
Containing Type
IfTask

Syntax

[BuildElement("uptodatefiles")]
[System.Obsolete("Use <uptodate /> task instead.", false)]
public FileSet UpToDateFiles { get; set; }

Attributes

Type Description
BuildElementAttribute Indicates that the property should be treated as an XML element and further processing should be done.
ObsoleteAttribute

Value

Type Description
FileSet