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 (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax
C#
public static ObjectQuery<WebPartLayoutInfo> GetWebPartLayouts(
	int webPartId
)

Parameters

webPartId
Type: SystemInt32
Web part ID

Return Value

Type: ObjectQueryWebPartLayoutInfo
See Also