LayoutInfoProviderCountWebpartZonesInternal Method |
Counts webpart zones in layout code.
Namespace: CMS.PortalEngineAssembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 12.0.0
Syntax protected virtual int CountWebpartZonesInternal(
string layoutCode,
LayoutTypeEnum layoutType
)
Parameters
- layoutCode
- Type: SystemString
Layout code - layoutType
- Type: CMS.DataEngineLayoutTypeEnum
Layout code
Return Value
Type:
Int32Number of webpart zones in layout code.
See Also