Click or drag to resize
WebPartLayoutInfoProviderGetWebPartLayoutInfoInternal Method (String)
Returns the WebPartLayoutInfo structure for the specified web part layout full code name.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax
C#
protected virtual WebPartLayoutInfo GetWebPartLayoutInfoInternal(
	string webPartLayoutFullCodeName
)

Parameters

webPartLayoutFullCodeName
Type: SystemString
Web part layout full code name ('webpartcodename.layoutcodename')

Return Value

Type: WebPartLayoutInfo
See Also