Click or drag to resize
CMSAbstractLayoutFindWebPart Method (String)
Finds the web part with specific name.

Namespace: CMS.PortalControls
Assembly: CMS.PortalControls (in CMS.PortalControls.dll) Version: 9.0.0
Syntax
C#
public virtual CMSAbstractWebPart FindWebPart(
	string name
)

Parameters

name
Type: SystemString
Web part name to find

Return Value

Type: CMSAbstractWebPart
See Also