Try our conversational search powered by Generative AI!

Class ContentMixin

Class that implements IContent interfaces and is used as a mixin component when creating IContent proxies for types that implements IContentData but not IContent.

Inheritance
System.Object
ContentMixin
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.DataAbstraction.RuntimeModel
Assembly: EPiServer.dll
Version: 8.11.0
Syntax
public class ContentMixin : StandardContentBase, IInitializableContent, IContent, IContentData, IChangeTrackable, IExportable, IVersionable, IReadOnly, IModifiedTrackable, IContentSecurable, ISecurable, ICategorizable, ILocalizable, ILocale, IResourceable, ILegacyResourceable, IContentMixin

Constructors

ContentMixin()

Declaration
public ContentMixin()

Properties

MixinInstance

Gets the mixin instance.

Declaration
public object MixinInstance { get; }
Property Value
Type Description
System.Object

The mixin instance.

Implements

Extension Methods