Click or drag to resize
WebPartContainerInfoProviderGetWebPartContainerInfo Method (Int32)
Returns the WebPartContainerInfo structure for the specified webPartContainer.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine.Web.UI (in CMS.PortalEngine.Web.UI.dll) Version: 13.0.131
Syntax
C#
public static WebPartContainerInfo GetWebPartContainerInfo(
	int containerId
)

Parameters

containerId
Type: SystemInt32
WebPartContainer id

Return Value

Type: WebPartContainerInfo
See Also