Click or drag to resize
WebPartZoneInstanceGetWebPart Method (Guid)
Returns the web part instance with specified GUID or null when not found.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine.Web.UI (in CMS.PortalEngine.Web.UI.dll) Version: 13.0.131
Syntax
C#
public WebPartInstance GetWebPart(
	Guid instanceGuid
)

Parameters

instanceGuid
Type: SystemGuid
Web part ID to get

Return Value

Type: WebPartInstance
See Also