SharpCvsLib

IsModifiedRequest Constructor 

Create a new instance of the Is-Modified request.

[Visual Basic]
Public Sub New( _
   ByVal file As String _
)
[C#]
public IsModifiedRequest(
   string file
);

Parameters

file
The name of the file that has been modifed.

See Also

IsModifiedRequest Class | ICSharpCode.SharpCvsLib.Requests Namespace