WebPartLayoutInfoProviderGetWebPartLayoutInfoInternal Method (String) |
Returns the WebPartLayoutInfo structure for the specified web part layout full code name.
Namespace: CMS.PortalEngineAssembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 8.2.23
Syntax protected virtual WebPartLayoutInfo GetWebPartLayoutInfoInternal(
string webPartLayoutFullCodeName
)
Parameters
- webPartLayoutFullCodeName
- Type: SystemString
Web part layout full code name ('webpartcodename.layoutcodename')
Return Value
Type:
WebPartLayoutInfoSee Also