Get

ID3V2Tag.Get method

Gets an array of frames with the specified id.

public ID3V2TagFrame[] Get(string frameId)
Parameter Type Description
frameId String The id of the frames to get.

Return Value

An array of frames with the specified id.

See Also