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

ExportTask.ForceHead Property

[This is preliminary documentation and subject to change.]

Indicates whether the head revision should be used if the revison specified by Revision or the Date tags are not found. The default is false.

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

Property Value

true if the specified tag should be moved; otherwise, false. The default is false.

Remarks

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

See Also

ExportTask Class | NAnt.SourceControl.Tasks Namespace