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 (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax
C#
public WebPartInstance GetWebPart(
	Guid instanceGuid
)

Parameters

instanceGuid
Type: SystemGuid
Web part ID to get

Return Value

Type: WebPartInstance
See Also