Click or drag to resize
WebPartLayoutInfoProviderSetWebPartLayoutInfo Method
Sets (updates or inserts) specified webPartLayout.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine.Web.UI (in CMS.PortalEngine.Web.UI.dll) Version: 13.0.131
Syntax
C#
public static void SetWebPartLayoutInfo(
	WebPartLayoutInfo infoObj
)

Parameters

infoObj
Type: CMS.PortalEngineWebPartLayoutInfo
Web part layout to set
See Also