Click or drag to resize
WebPartInfoProviderGetWebPartInfoInternal Method (String)
Returns WebPartInfo object for specified WebPartName.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax
C#
protected virtual WebPartInfo GetWebPartInfoInternal(
	string webPartName
)

Parameters

webPartName
Type: SystemString
Name of WebPart to retrieve

Return Value

Type: WebPartInfo
See Also