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

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax
C#
public static WebPartContainerInfo GetWebPartContainerInfo(
	string containerName
)

Parameters

containerName
Type: SystemString
Name of webpart container

Return Value

Type: WebPartContainerInfo
See Also