Click or drag to resize
WebPartLayoutInfoProviderGetWebPartLayoutInfoInternal 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#
protected virtual WebPartLayoutInfo GetWebPartLayoutInfoInternal(
	int webPartLayoutId
)

Parameters

webPartLayoutId
Type: SystemInt32
WebPartLayout id

Return Value

Type: WebPartLayoutInfo
See Also