Click or drag to resize
WebPartContainerInfoProviderGetWebPartContainerInfoInternal Method (String)
Returns WebPartContainer object with specified code name.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax
C#
protected virtual WebPartContainerInfo GetWebPartContainerInfoInternal(
	string containerName
)

Parameters

containerName
Type: SystemString
Object name

Return Value

Type: WebPartContainerInfo
See Also