LayoutInfoProvider.CountWebpartZonesInternal Method |
Counts webpart zones in layout code.
Namespace: CMS.PortalEngineAssembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 8.2.23
Syntaxprotected virtual int CountWebpartZonesInternal(
string layoutCode,
LayoutTypeEnum layoutType
)
Parameters
- layoutCode
- Type: System.String
Layout code - layoutType
- Type: CMS.DataEngine.LayoutTypeEnum
Layout code
Return Value
Type:
Int32Number of webpart zones in layout code.
See Also