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

UpdateTask.Revision Property

[This is preliminary documentation and subject to change.]

Specify the revision to update the file to. This corresponds to the "sticky-tag" of the file.

[Visual Basic]
<TaskAttribute(Name:="revision", Required:=False, ExpandProperties:=True, ProcessXml:=True), _  StringValidator(AllowEmpty:=True, Expression:="^[A-Za-z0-9][A-Za-z0-9._\-]*$", ExpressionErrorMessage:="null")>
Public Property Revision As String
[C#]
[TaskAttribute(Name="revision", Required=False, ExpandProperties=True, ProcessXml=True)]
[StringValidator(AllowEmpty=True, Expression="^[A-Za-z0-9][A-Za-z0-9._\-]*$", ExpressionErrorMessage="null")]
public string Revision {get; set;}

Remarks

Missing <remarks> documentation for P:NAnt.SourceControl.Tasks.UpdateTask.Revision

See Also

UpdateTask Class | NAnt.SourceControl.Tasks Namespace