SharpCvsLib

RemoveCommand Constructor (String, String, String)

Remove file(s) from a cvs repository.

[Visual Basic]
Overloads Public Sub New( _
   ByVal cvsroot As String, _
   ByVal fileNames As String, _
   ByVal rmOptions As String _
)
[C#]
public RemoveCommand(
   string 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