Click or drag to resize
WebPartContainerSiteInfoProviderGetWebPartContainerSiteInfoInternal Method
Returns the WebPartContainerSiteInfo structure for the specified webPartContainerSite.

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

Parameters

siteId
Type: SystemInt32
SiteID
containerId
Type: SystemInt32
ContainerID

Return Value

Type: WebPartContainerSiteInfo
See Also