Click or drag to resize
WebPartContainerInfoProvider.GetContainersInternal Method
Returns all web part containers.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax
C#
protected virtual ObjectQuery<WebPartContainerInfo> GetContainersInternal()

Return Value

Type: ObjectQuery<WebPartContainerInfo>
See Also