Click or drag to resize
PortalFormHelperGetPositionFormInfo Method
Returns FormInfo for Before/After section of a web part

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine.Web.UI (in CMS.PortalEngine.Web.UI.dll) Version: 13.0.131
Syntax
C#
public static FormInfo GetPositionFormInfo(
	WebPartTypeEnum type,
	PropertiesPosition position
)

Parameters

type
Type: CMS.PortalEngineWebPartTypeEnum
Type of the web part
position
Type: CMS.PortalEnginePropertiesPosition
Content position

Return Value

Type: FormInfo
Returns FormInfo for the specified web part. Returns NULL if nothing found.
See Also