ID3-Sync Scripting API

IEdit.SetValues Method 

Sets the possible values for a Field.

[Visual Basic]
Sub SetValues( _
   ByVal field As Field, _
   ByVal tag1 As String, _
   ByVal tag2 As String, _
   ByVal file As String _
)
[C#]
void SetValues(
   Field field,
   string tag1,
   string tag2,
   string file
);

Parameters

field
The field.
tag1
First column (ID3v1/OGG).
tag2
Second column (ID3v2)
file
Third column (Filename)

See Also

IEdit Interface | ID3Sync.Scripting Namespace