WebPartLayoutInfoProviderGetWebPartLayoutInfo Method (String, String) |
Returns the WebPartLayoutInfo structure for the specified webPartLayout.
Namespace: CMS.PortalEngineAssembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 12.0.0
Syntax public static WebPartLayoutInfo GetWebPartLayoutInfo(
string webPartCodeName,
string webPartLayoutCodeName
)
Parameters
- webPartCodeName
- Type: SystemString
Web part code name - webPartLayoutCodeName
- Type: SystemString
WebPartLayout code name
Return Value
Type:
WebPartLayoutInfoSee Also