Table of Contents

Interface IHasMetadata

Namespace
ToSic.Eav.Metadata
Assembly
ToSic.Eav.Core.dll

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

[PublicApi]
public interface IHasMetadata

Properties

Metadata

Additional information, specs etc. about this thing which has metadata

IMetadataOf Metadata { get; }

Property Value

IMetadataOf