NAnt SDK Documentation - v0.85-nightly-2005-11-09 |
|
ExportTask.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]
<StringValidator(AllowEmpty:=True, Expression:="^[A-Za-z0-9][A-Za-z0-9._\-]*$", ExpressionErrorMessage:="null"), _
TaskAttribute(Required:=False, Name:="revision", ExpandProperties:=True, ProcessXml:=True)>
Public Property Revision As
String
[C#]
[StringValidator(AllowEmpty=True, Expression="^[A-Za-z0-9][A-Za-z0-9._\-]*$", ExpressionErrorMessage="null")]
[TaskAttribute(Required=False, Name="revision", ExpandProperties=True, ProcessXml=True)]
public
string Revision {get; set;}
Remarks
Missing <remarks> documentation for P:NAnt.SourceControl.Tasks.ExportTask.Revision
See Also
ExportTask Class | NAnt.SourceControl.Tasks Namespace