Click or drag to resize
LayoutInfoProviderDeleteLayoutInfo Method (LayoutInfo)
Deletes specified layout.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine.Web.UI (in CMS.PortalEngine.Web.UI.dll) Version: 13.0.131
Syntax
C#
public static void DeleteLayoutInfo(
	LayoutInfo layout
)

Parameters

layout
Type: CMS.PortalEngineLayoutInfo
Layout object
See Also