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

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 8.2.23
Syntax
C#
protected virtual WebPartLayoutInfo GetDefaultLayoutInternal(
	int webPartId
)

Parameters

webPartId
Type: System.Int32
The web part id

Return Value

Type: WebPartLayoutInfo
See Also