ID3-Sync Scripting API

ID3v2.AddComment Method 

Adds a empty comment frame to the ID3v2 tag.

[Visual Basic]
Public Sub AddComment( _
   ByVal descriptor As String, _
   ByVal language As String _
)
[C#]
public void AddComment(
   string descriptor,
   string language
);

Parameters

descriptor
The descriptor of the comment.
language
The language of the comment.

See Also

ID3v2 Class | ID3Sync.IO Namespace