Click or drag to resize
CMSWebPartZoneGetWebPartUrl Method
Gets the URL for the web part to load.

Namespace: CMS.PortalControls
Assembly: CMS.PortalControls (in CMS.PortalControls.dll) Version: 8.2.23
Syntax
C#
public static string GetWebPartUrl(
	CMSWebPartZone zone,
	WebPartInstance part,
	ref WebPartInfo wpi,
	ref WebPartLayoutInfo wpli
)

Parameters

zone
Type: CMS.PortalControlsCMSWebPartZone
Zone
part
Type: CMS.PortalEngineWebPartInstance
Web part instance
wpi
Type: CMS.PortalEngineWebPartInfo
Returning the web part info
wpli
Type: CMS.PortalEngineWebPartLayoutInfo
Returning the web part layout info

Return Value

Type: String
See Also