Click or drag to resize
PageTemplateDeviceLayoutInfoProviderDeleteTemplateDeviceLayoutInfo Method (PageTemplateDeviceLayoutInfo)
Deletes specified template device layout.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax
C#
public static void DeleteTemplateDeviceLayoutInfo(
	PageTemplateDeviceLayoutInfo deviceLayoutObj
)

Parameters

deviceLayoutObj
Type: CMS.PortalEnginePageTemplateDeviceLayoutInfo
Template device layout to be deleted.
See Also