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: 10.0.0
Syntax
C#
public static class PortalFormHelper

The PortalFormHelper type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberAFTERPROPERTIESDEFINITION
Definition of 'after' properties for every UI element.
Public fieldStatic memberBEFOREPROPERTIESDEFINITION
Definition of 'before' properties for every UI element.
Public fieldStatic memberPROPERTIES_BASE_PATH
Base path for the default web part properties.
Public fieldStatic memberPROPERTIES_BASE_PHYSICAL_PATH
Base physical path for the default web part properties.
Top
Methods
  NameDescription
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