Try our conversational search powered by Generative AI!

Interface IInitializableContent

Interface that can be implemented by IContentData instances that want to be called during initialization of new instances.

Namespace: EPiServer.Core
Assembly: EPiServer.dll
Version: 7.19.2
Syntax
public interface IInitializableContent

Methods

SetDefaultValues(ContentType)

Sets the default property values on the content data instance.

Declaration
void SetDefaultValues(ContentType contentType)
Parameters
Type Name Description
ContentType contentType

Type of the content.

Examples

Extension Methods