SharpCvsLib

RemoveCommand Constructor (CvsRoot, String, String)

Remove file(s) in the cvs repository

[Visual Basic]
Overloads Public Sub New( _
   ByVal cvsroot As CvsRoot, _
   ByVal fileNames As String, _
   ByVal rmOptions As String _
)
[C#]
public RemoveCommand(
   CvsRoot cvsroot,
   string fileNames,
   string rmOptions
);

Parameters

cvsroot
User Information
fileNames
Files to remove
rmOptions
Options

See Also

RemoveCommand Class | ICSharpCode.SharpCvsLib.Console.Commands Namespace | RemoveCommand Constructor Overload List