SharpCvsLib

Entries.Item Property

Set the entry to the given location. The path to the entry on the filesystem is the key for the entry.

[Visual Basic]
Public Default Property Item( _
   ByVal fullPath As String _
) As Entry
[C#]
public Entry this[
   string fullPath
] {get; set;}

Parameters

fullPath
Missing <param> documentation for fullPath

Property Value

Missing <value> documentation for P:ICSharpCode.SharpCvsLib.FileSystem.Entries.Item(System.String)

See Also

Entries Class | ICSharpCode.SharpCvsLib.FileSystem Namespace