PageTemplateInstance GetWebPart Method (String, Boolean)Kentico 8.0 API Reference
Returns the web part with specified ID or null if not found.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

webPartControlId
Type: OnlineSystem String
Web part control ID to retrieve
searchInVariants (Optional)
Type: OnlineSystem Boolean
Indicates whether to search in the zone variants as well.

Return Value

Type: WebPartInstance
See Also