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

ExportTask.NoShortening Property

[This is preliminary documentation and subject to change.]

No shortening. Do not shorten module paths if -d specified.

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

Remarks

Missing <remarks> documentation for P:NAnt.SourceControl.Tasks.ExportTask.NoShortening

See Also

ExportTask Class | NAnt.SourceControl.Tasks Namespace