| CMSWebPartZoneFindWebPart Method (Type) | 
            Finds the  web part with specific type (first web part).
            
 
Namespace: CMS.PortalEngine.Web.UIAssembly: CMS.PortalEngine.Web.UI (in CMS.PortalEngine.Web.UI.dll) Version: 13.0.131
 Syntax
Syntaxpublic virtual CMSAbstractWebPart FindWebPart(
	Type type
)
Parameters
- type
- Type: SystemType
 Web part type to find
Return Value
Type: 
CMSAbstractWebPart See Also
See Also