CMSWebPartZoneGetWebPart Method |
Returns web part with the specified name or null if not found.
Namespace: CMS.PortalEngine.Web.UIAssembly: CMS.PortalEngine.Web.UI (in CMS.PortalEngine.Web.UI.dll) Version: 13.0.131
Syntax public CMSAbstractWebPart GetWebPart(
string webPartName
)
Parameters
- webPartName
- Type: SystemString
Web part name
Return Value
Type:
CMSAbstractWebPartSee Also