NAnt SDK Documentation - v0.85-nightly-2005-11-09 |
|
TagTask.MoveIfExists Property
[This is preliminary documentation and subject to change.]
Indicates whether the tag specified in Tag should be moved to the current file revision. If the tag does not exist then it is created.
[Visual Basic]
<TaskAttribute(Name:="move-if-exists", Required:=False, ExpandProperties:=True, ProcessXml:=True), _
BooleanValidator>
Public Property MoveIfExists As
Boolean
[C#]
[TaskAttribute(Name="move-if-exists", Required=False, ExpandProperties=True, ProcessXml=True)]
[BooleanValidator]
public
bool MoveIfExists {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.TagTask.MoveIfExists
See Also
TagTask Class | NAnt.SourceControl.Tasks Namespace