Interface IValue
Represents a Value in the EAV system. Values belong to an attribute and can belong to multiple languages.
[PublicApi]
public interface IValue
Properties
Languages
Gets the Language (ILanguage) assigned to this Value. Can be one or many.
IEnumerable<ILanguage> Languages { get; }
Property Value
Remarks
This was an IList up until 15.04. Since it's very internal, we felt safe to change it to immutable