Click or drag to resize
WebPartLayoutInfoProviderGetWebPartLayoutInfo Method (Int32)
Returns the WebPartLayoutInfo structure for the specified webPartLayout.

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

Parameters

webPartLayoutId
Type: SystemInt32
WebPartLayout id

Return Value

Type: WebPartLayoutInfo
See Also