| NAnt  Help  Element Reference  <token> | v0.92-rc1 | 
[This is preliminary documentation and subject to change.]
ReplaceTokens filter token.
| Attribute | Type | Description | Required | 
|---|---|---|---|
| key | string | Token to be replaced. | True | 
| value | string | New value of token. | True | 
| if | bool | Indicates if the token should be used to replace values. If true then the token will be used; otherwise, not. The default is true. | False | 
| unless | bool | Indicates if the token should not be used to replace values. If false then the token will be used; otherwise, not. The default is false. | False |