Click or drag to resize
WebPartLayoutInfoProviderGetWebPartLayoutInfo Method (String, String)
Returns the WebPartLayoutInfo structure for the specified webPartLayout.

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

Parameters

webPartCodeName
Type: SystemString
Web part code name
webPartLayoutCodeName
Type: SystemString
WebPartLayout code name

Return Value

Type: WebPartLayoutInfo
See Also