WebPartZoneInstanceGetWebPart Method (Guid) |
Returns the web part instance with specified GUID or null when not found.
Namespace: CMS.PortalEngineAssembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 12.0.0
Syntax public WebPartInstance GetWebPart(
Guid instanceGuid
)
Parameters
- instanceGuid
- Type: SystemGuid
Web part ID to get
Return Value
Type:
WebPartInstanceSee Also