PortalFormHelper GetWidgetFormInfo Method Kentico 8.0 API Reference
Returns cached and merged FormInfo for widgets.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

widgetName
Type: OnlineSystem String
Name of the widget
zoneType
Type: OnlineSystem String
Type of the zone where widget is placed
widgetProperties
Type: OnlineSystem String
Widget properties
zoneTypeDefinition
Type: CMS.FormEngine FormInfo
FormInfo for Before or After section
clone
Type: OnlineSystem Boolean
When returned FormInfo is used only for reading then cloning can be set to FALSE
defaultValues (Optional)
Type: OnlineSystem String
XML definitions with overridden system default values

Return Value

Type: FormInfo
Returns FormInfo object
See Also