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

CvsFileSet.UseCvsIgnore Property

[This is preliminary documentation and subject to change.]

Indicates whether the entires in the .cvsignore should be used to limit the file list; true to exclude files in .cvsignore, otherwise false. The default is true.

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

Remarks

Missing <remarks> documentation for P:NAnt.SourceControl.Types.CvsFileSet.UseCvsIgnore

See Also

CvsFileSet Class | NAnt.SourceControl.Types Namespace