Try our conversational search powered by Generative AI!

Loading...
Area: Optimizely CMS
ARCHIVED This content is retired and no longer maintained. See the latest version here.

Recommended reading 

If you use the DynamicContentPlugIn attribute, you do not need to manually register your plug-in in this way. If you do not use the attribute, you need to register the plug-in in the episerver section of web.config as shown in the following example:

XML
<episerver>
    <dynamicContent>
        <controls>
        <add description="My example dynamic content class"
            name="ExampleDynamicContent"
            type="MyNamespace.MyDynamicContent, MyDll" />
        </controls>
    </dynamicContent>
    ...
</episerver>
Do you find this information helpful? Please log in to provide feedback.

Last updated: Sep 21, 2015

Recommended reading