Click or drag to resize
WebPartLayoutInfoProvider.GetWebPartLayoutsInternal Method
Gets all web part layouts./// Gets all web part layouts.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 8.2.23
Syntax
C#
protected virtual ObjectQuery<WebPartLayoutInfo> GetWebPartLayoutsInternal()

Return Value

Type: ObjectQuery<WebPartLayoutInfo>
See Also