WebPartZoneInstance.GetWebPart Method (String, Boolean) |
Returns the web part instance with specified ID or null when not found.
Namespace: CMS.PortalEngineAssembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax public WebPartInstance GetWebPart(
string webPartId,
bool searchInVariants = false
)
Parameters
- webPartId
- Type: System.String
Web part ID to get - searchInVariants (Optional)
- Type: System.Boolean
Indicates whether to search in the zone variants as well.
Return Value
Type:
WebPartInstanceSee Also