ID3-Sync Scripting API

IEdit.SetUserValue Method 

Sets the user input value for a Field.

[Visual Basic]
Sub SetUserValue( _
   ByVal field As Field, _
   ByVal text As String _
)
[C#]
void SetUserValue(
   Field field,
   string text
);

Parameters

field
The field.
text
The text to be set.

Remarks

If text equals any of the values set for Tag1, Tag2 or File, those will be selected. Otherwise the user input will be selected.

See Also

IEdit Interface | ID3Sync.Scripting Namespace