Interface IContentMixin
Interface that is implemented by component that act as a mixin for IContent on a block.
Namespace: EPiServer.DataAbstraction.RuntimeModel.Internal
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public interface IContentMixinProperties
MixinInstance
Gets the mixin instance.
Declaration
object MixinInstance { get; }Property Value
| Type | Description | 
|---|---|
| System.Object | The mixin instance. | 
