Manager.AddTag Method (Tag)
Add a tag file if it does not already exist. If the tag
file already exists then it is NOT overwritten.
[Visual Basic]Overloads Public Function AddTag( _
ByVal
tag As
Tag _
) As
Tag [C#]public
Tag AddTag(
Tag tag);
Parameters
- tag
- An object that represents the tag
file on the file system.
Return Value
The tag object.
See Also
Manager Class | ICSharpCode.SharpCvsLib.FileSystem Namespace | Manager.AddTag Overload List