Set

ID3V2Tag.Set method

Removes all frames having the same id as the specified one and adds the new frame to the tag.

public void Set(ID3V2TagFrame frame)
Parameter Type Description
frame ID3V2TagFrame The frame to replace all frames of its kind with.

See Also