<filterset>

[This is preliminary documentation and subject to change.]

A set of filters to be applied to something.

A filter set may have begintoken and endtokens defined.

Parameters

Attribute Type Description Required
begintoken string The string used to identity the beginning of a token. The default is @. False
endtoken string The string used to identify the end of a token. The default is @. False
id string The ID used to be referenced later. False
refid string The ID to use as the reference. False

Nested Elements:

<filter>

The filters to apply.

Contains a collection of Filter elements.

</filter>

Requirements

Assembly: NAnt.Contrib.Tasks (0.85.1793.0)