Table of Contents

Interface IHasMetadata

Namespace
ToSic.Eav.Metadata
Assembly
ToSic.Eav.Data.dll

Anything with this interface has a property Metadata which can give us more information about that object.

[PublicApi]
public interface IHasMetadata

Properties

Metadata

Get the Metadata of the underlying Entity

[JsonIgnore]
IMetadata Metadata { get; }

Property Value

IMetadata

Remarks

Added in v12.10