Click or drag to resize
WebPartContainerSiteInfoProviderAddContainerToSiteInternal Method (Int32, Int32)
Add specified web part container to the site.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax
C#
public virtual void AddContainerToSiteInternal(
	int containerId,
	int siteId
)

Parameters

containerId
Type: SystemInt32
Container ID
siteId
Type: SystemInt32
Site ID
See Also