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

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

Parameters

wpi
Type: CMS.PortalEngineWebPartInfo
Web part

Return Value

Type: WebPartInfo
See Also