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