Add

ID3V2Tag.Add method

Adds a frame to the tag.

public void Add(ID3V2TagFrame frame)
Parameter Type Description
frame ID3V2TagFrame The frame to be added to the tag.

Exceptions

exception condition
ArgumentException The provided frame is incompatible with the existing frames of the same kind.

See Also