Click or drag to resize
WebPartContainerInfoProviderSetWebPartContainerInfoInternal Method
Sets (updates or inserts) specified web part container.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax
C#
protected virtual void SetWebPartContainerInfoInternal(
	WebPartContainerInfo webPartContainer
)

Parameters

webPartContainer
Type: CMS.PortalEngineWebPartContainerInfo
Web part container to set
See Also