Click or drag to resize
WebPartContainerInfoProviderGetWebPartContainerInfoInternal Method (Guid)
Returns WebPartContainer object with specified GUID.

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

Parameters

containerGuid
Type: SystemGuid
Object GUID

Return Value

Type: WebPartContainerInfo
See Also