| CMSAbstractLayoutFindWebPart Method (Type) | 
            Finds the  web part with specific type (first web part).
            
 
Namespace: CMS.PortalControlsAssembly: CMS.PortalControls (in CMS.PortalControls.dll) Version: 9.0.0
Syntaxpublic virtual CMSAbstractWebPart FindWebPart(
	Type type
)
Parameters
- type
 - Type: SystemType
Web part type to find 
Return Value
Type: 
CMSAbstractWebPart
See Also