London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Interface IMetaClass

Describes a Content class which can have a Meta Class in Meta Data Plus

Namespace: EPiServer.Commerce.Catalog.ContentTypes
Assembly: EPiServer.Business.Commerce.dll
Version: 13.30.0
Syntax
public interface IMetaClass

Properties

MetaClassId

Gets or sets the meta class id.

Declaration
int MetaClassId { get; set; }
Property Value
Type Description
System.Int32
Remarks

This property is not designed to be set by client code. The meta class of the content should be defined by decorating the class with the CatalogContentTypeAttribute and defining the MetaClassName property.