Click or drag to resize
WebPartInfoProviderGetBaseWebPart Method (String)

Note: This API is now obsolete.

Gets the base web part for the specified web part.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 11.0.0
Syntax
C#
[ObsoleteAttribute("Use GetBaseWebPart(WebPartInfo) instead.")]
public static WebPartInfo GetBaseWebPart(
	string webPartName
)

Parameters

webPartName
Type: SystemString
Web part name

Return Value

Type: WebPartInfo
See Also