Click or drag to resize
WebPartLayoutInfoProviderDeleteWebPartLayoutInfoInternal Method
Deletes specified webPartLayout.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax
C#
protected virtual void DeleteWebPartLayoutInfoInternal(
	WebPartLayoutInfo webPartLayoutObj
)

Parameters

webPartLayoutObj
Type: CMS.PortalEngineWebPartLayoutInfo
WebPartLayout object
See Also