Click or drag to resize
WebPartZoneInstanceAddWebPart Method (WebPartInstance, Int32)
Add the web part to the zone. If the web part is present in different zone, creates a copy of the web part.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax
C#
public WebPartInstance AddWebPart(
	WebPartInstance webPart,
	int position = -1
)

Parameters

webPart
Type: CMS.PortalEngineWebPartInstance
Web part to add
position (Optional)
Type: SystemInt32
Position where to add the web part

Return Value

Type: WebPartInstance
Remarks
Returns a new instance of web part if the given web part is present within it's parent zone
See Also