SharpCvsLib

Tag Properties

The properties of the Tag class are listed below. For a complete list of Tag class members, see the Tag Members topic.

Public Instance Properties

FileContents (inherited from AbstractCvsFile) Contents that are contained in the management file that this object represents.
Filename The name of the cvs file that the object represents.
FullPath (inherited from AbstractCvsFile) The full path to the file or directory that this object is managing.
IsMultiLinedIndicates whether the file can contain multiple lines.
LocalCvsFileFullPath (inherited from AbstractCvsFile) The full path to the local cvs management file.
Path (inherited from AbstractCvsFile) Return the path to the file that this cvs object is controlling. In most cases this is just the full path to the object, however one known exception would be the Entry which would have file information stripped from the full path.
TypeThe type of file that this is.

See Also

Tag Class | ICSharpCode.SharpCvsLib.FileSystem Namespace