SharpCvsLib

Manager.FetchTag Method 

Populate the tag file (if any) found in the given directory.

[Visual Basic]
Public Function FetchTag( _
   ByVal directory As String _
) As Tag
[C#]
public Tag FetchTag(
   string directory
);

Parameters

directory
The directory containing the cvs folder, CVS will be appended to this directory.

Return Value

The tag file object that holds the contents of the tag in the given directory (if any).

See Also

Manager Class | ICSharpCode.SharpCvsLib.FileSystem Namespace