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: 8.11.0Syntax
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