Click or drag to resize
WebPartContainerSiteInfoProviderDeleteWebPartContainerSiteInfo Method (Int32, Int32)
Deletes specified webPartContainerSite.

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

Parameters

siteId
Type: SystemInt32
SiteID
containerId
Type: SystemInt32
ContainerID
See Also