Responsible for all control output for a property
Namespace:
EPiServer.CoreAssembly: EPiServer (in EPiServer.dll) Version: 5.2.375.236
Syntax
| C# |
|---|
[ObsoleteAttribute("CreateChildControls is no longer used. Use CreatePropertyDataControl to create a control instead.", true)] public virtual void CreateChildControls( string renderType, Control container ) |
Parameters
- renderType
- Type: System..::.String
Render type requested, currently "dope","edit" and "default"
- container
- Type: System.Web.UI..::.Control
The container where this property should add its child controls
Remarks
A property should return control to the base class PropertyData when encountering a unknown renderType