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

RTagTask.ForceHead Property

[This is preliminary documentation and subject to change.]

Indicates whether the head revision should be used if the ActOnTag or the ActOnDate tags are not found.

[Visual Basic]
<TaskAttribute(Name:="force-head", Required:=False, ExpandProperties:=True, ProcessXml:=True), _  BooleanValidator>
Public Property ForceHead As Boolean
[C#]
[TaskAttribute(Name="force-head", Required=False, 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.RTagTask.ForceHead

See Also

RTagTask Class | NAnt.SourceControl.Tasks Namespace