PageTemplateInstanceGetWebPart Method (String, Boolean) |
Returns the web part with specified ID or null if not found.
Namespace: CMS.PortalEngineAssembly: CMS.PortalEngine.Web.UI (in CMS.PortalEngine.Web.UI.dll) Version: 13.0.131
Syntax public WebPartInstance GetWebPart(
string webPartControlId,
bool searchInVariants = false
)
Parameters
- webPartControlId
- Type: SystemString
Web part control ID to retrieve - searchInVariants (Optional)
- Type: SystemBoolean
Indicates whether to search in the zone variants as well.
Return Value
Type:
WebPartInstanceSee Also