Click or drag to resize
PortalFormHelper Class
Form info helper for portal engine purposes
Inheritance Hierarchy
SystemObject
  CMS.PortalEnginePortalFormHelper

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax
C#
public static class PortalFormHelper

The PortalFormHelper type exposes the following members.

Methods
  NameDescription
Public methodStatic memberClear
Clears all cached objects.
Public methodStatic memberClearWebPartFormInfos
Clears cached web part FormInfos.
Public methodStatic memberClearWidgetFormInfos
Clears cached web part FormInfos.
Public methodStatic memberGetDefaultWebPartProperties
Gets the default properties for the given web part
Public methodStatic memberGetPositionFormInfo
Returns FormInfo for Before/After section of a web part
Public methodStatic memberGetUIElementDefaultPropertiesForm
Returns general FormInfo pro UI templates (stored in XML file)
Public methodStatic memberGetWebPartFormInfo
Returns cached and merged FormInfo for web parts.
Public methodStatic memberGetWebPartProperties
Gets web part properties.
Public methodStatic memberGetWidgetFormInfo
Returns cached and merged FormInfo for widgets.
Public methodStatic memberLoadProperties
Loads the properties file
Top
See Also