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

ResourceFileSet.DynamicPrefix Property

[This is preliminary documentation and subject to change.]

Indicates that prefixes should be dynamically generated by taking the path of the resource relative to the basedir and appending it to the specified prefix.

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

Remarks

Missing <remarks> documentation for P:NAnt.DotNet.Types.ResourceFileSet.DynamicPrefix

See Also

ResourceFileSet Class | NAnt.DotNet.Types Namespace