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

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
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