Click or drag to resize
CMSPagePlaceholderLoadLayout Method
Loads the given layout.

Namespace: CMS.PortalControls
Assembly: CMS.PortalControls (in CMS.PortalControls.dll) Version: 8.2.23
Syntax
C#
public CMSAbstractLayout LoadLayout(
	string url
)

Parameters

url
Type: SystemString
Layout URL to load

Return Value

Type: CMSAbstractLayout
See Also