Click or drag to resize
PortalFormHelperGetWebPartProperties Method
Gets web part properties.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax
C#
public static string GetWebPartProperties(
	WebPartTypeEnum type,
	PropertiesPosition position
)

Parameters

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

Return Value

Type: String
See Also