Click or drag to resize
ChatUIHelperMakeWebpartEnvelopeInternal Method
Make webpart's envelope, which is used for styling and hiding.

Namespace: CMS.Chat.Web.UI
Assembly: CMS.Chat.Web.UI (in CMS.Chat.Web.UI.dll) Version: 10.0.0
Syntax
C#
protected virtual void MakeWebpartEnvelopeInternal(
	string cssClass,
	CMSAbstractWebPart webpart,
	string innerContainerTitle,
	string innerContainerName
)

Parameters

cssClass
Type: SystemString
String. Envelope css classes.
webpart
Type: CMS.PortalEngine.Web.UICMSAbstractWebPart
CMSAbstractWebpart. Reference to webpart object.
innerContainerTitle
Type: SystemString
String. Defines title of container (if webpart has no container defined).
innerContainerName
Type: SystemString
String. Defines name of container (if webpart has no container defined).
See Also