Click or drag to resize
LayoutInfoProviderGetLayoutInfo Method (String)
Returns the LayoutInfo structure for the specified layout.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax
C#
public static LayoutInfo GetLayoutInfo(
	string layoutCodeName
)

Parameters

layoutCodeName
Type: SystemString
Layout code name

Return Value

Type: LayoutInfo
See Also