Click or drag to resize
WebPartInfoProviderGetBaseWebPart Method
Gets the base web part for the specified web part.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine.Web.UI (in CMS.PortalEngine.Web.UI.dll) Version: 13.0.131
Syntax
C#
public static WebPartInfo GetBaseWebPart(
	WebPartInfo wpi
)

Parameters

wpi
Type: CMS.PortalEngineWebPartInfo
Web part

Return Value

Type: WebPartInfo
See Also