LayoutInfoProviderCountWebpartZones Method (String, String) |
Counts webpart zones in layout code.
Namespace: CMS.PortalEngineAssembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 12.0.0
Syntax public static int CountWebpartZones(
string layoutCode,
string layoutTypeName
)
Parameters
- layoutCode
- Type: SystemString
Layout code - layoutTypeName
- Type: SystemString
Layout code type name
Return Value
Type:
Int32Number of webpart zones in layout code.
See Also