| WebPartLayoutInfoProviderGetWebPartLayoutInfoInternal Method | 
            Returns the WebPartLayoutInfo structure for the specified webPartLayout.
            
 
Namespace: CMS.PortalEngineAssembly: CMS.PortalEngine.Web.UI (in CMS.PortalEngine.Web.UI.dll) Version: 13.0.131
 Syntax
Syntaxprotected virtual WebPartLayoutInfo GetWebPartLayoutInfoInternal(
	string webPartCodeName,
	string webPartLayoutCodeName
)
Parameters
- webPartCodeName
- Type: SystemString
 Web part code name
- webPartLayoutCodeName
- Type: SystemString
 WebPartLayout code name
Return Value
Type: 
WebPartLayoutInfo See Also
See Also