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