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

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

Parameters

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