Click or drag to resize
PageTemplateDeviceLayoutInfoProviderDeleteTemplateDeviceLayoutInfoInternal Method
Deletes specified template device layout.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax
C#
protected virtual void DeleteTemplateDeviceLayoutInfoInternal(
	PageTemplateDeviceLayoutInfo templateDevicelayoutObj
)

Parameters

templateDevicelayoutObj
Type: CMS.PortalEnginePageTemplateDeviceLayoutInfo
Device layout to be deleted.
See Also