SaaS CMS has officially launched! Learn more now.

Interface IDynamicContentBase

Namespace: EPiServer.DynamicContent
Assembly: EPiServer.dll
Version: 10.10.4
Syntax
public interface IDynamicContentBase

Properties

Properties

This property is used by the EPiServer default Dynamic Content editor to display the properties that require input for your Dynamic Content object. If you supply your own editor by deriving a class from DynamicContentEditControl then this property can return null

Declaration
PropertyDataCollection Properties { get; }
Property Value
Type Description
PropertyDataCollection

State

Get and sets the state string for your instance. The class should use this value to serialize and deserialize its internal state. This can be null or an empty string if your class does not have any properties that affect it's output.

Declaration
string State { get; set; }
Property Value
Type Description
System.String

Extension Methods