Click or drag to resize
WebPartLayoutInfoProviderGetWebPartLayoutInfo Method (String)
Returns the WebPartLayoutInfo structure for the specified web part layout full code name.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax
C#
public static WebPartLayoutInfo GetWebPartLayoutInfo(
	string webPartLayoutFullCodeName
)

Parameters

webPartLayoutFullCodeName
Type: SystemString
Web part layout full code name ('webpartcodename.layoutcodename')

Return Value

Type: WebPartLayoutInfo
See Also