Click or drag to resize
WebPartLayoutInfoProvider.GetDefaultLayout Method
Gets the default layout for the given inherited web part.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax
C#
public static WebPartLayoutInfo GetDefaultLayout(
	int webPartId
)

Parameters

webPartId
Type: System.Int32
The web part id

Return Value

Type: WebPartLayoutInfo
See Also