Interface IContentMixin
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. 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: 11.20.7Syntax
public interface IContentMixin
Properties
MixinInstance
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Gets the mixin instance.
Declaration
object MixinInstance { get; }
Property Value
Type | Description |
---|---|
System.Object | The mixin instance. |