ResourceFileSet.

DynamicPrefix Property

Summary

Indicates whether prefixes should be dynamically generated by taking the path of the resource relative to the base directory and appending it to the specified prefix. The default is false.
Assembly
NAnt.DotNet.dll
Namespace
NAnt.DotNet.Types
Containing Type
ResourceFileSet

Syntax

[BooleanValidator()]
[TaskAttribute("dynamicprefix")]
public bool DynamicPrefix { get; set; }

Attributes

Type Description
BooleanValidatorAttribute Used to indicate that a property should be able to be converted into a bool.
TaskAttributeAttribute Indicates that property should be treated as a XML attribute for the task.

Value

Type Description
bool