Table of Contents
These v19 docs are archived 🔒. Go to the latest docs home or try if this exact page is available in the latest docs.

Interface IValue

Namespace
ToSic.Eav.Data
Assembly
ToSic.Eav.Core.dll

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

IEnumerable<ILanguage>

Remarks

This was an IList up until 15.04. Since it's very internal, we felt safe to change it to immutable