Click or drag to resize
WebPartInfoProviderGetWebPartInfo Method (Int32)
Returns WebPartInfo object for specified WebPartID.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax
C#
public static WebPartInfo GetWebPartInfo(
	int webPartId
)

Parameters

webPartId
Type: SystemInt32
ID of WebPart to retrieve

Return Value

Type: WebPartInfo
See Also