Click or drag to resize
WebPartLayoutInfoProviderGetWebPartLayouts Method (Int32)
Returns all layouts associated to the web part specified by ID.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine.Web.UI (in CMS.PortalEngine.Web.UI.dll) Version: 13.0.131
Syntax
C#
public static ObjectQuery<WebPartLayoutInfo> GetWebPartLayouts(
	int webPartId
)

Parameters

webPartId
Type: SystemInt32
Web part ID

Return Value

Type: ObjectQueryWebPartLayoutInfo
See Also