Click or drag to resize
ChatCssHelperRegisterStylesheetInternal Method (Page, Boolean)
Registers CSS stylesheet. If cmsDeskStyle is true, CMSDesk stylesheet will be used instead of livesite stylesheet. The CMS desk stylesheet is bootstrap for support dialog, old css otherwise.

Namespace: CMS.Chat.Web.UI
Assembly: CMS.Chat.Web.UI (in CMS.Chat.Web.UI.dll) Version: 11.0.0
Syntax
C#
protected virtual void RegisterStylesheetInternal(
	Page page,
	bool cmsDeskStyle
)

Parameters

page
Type: System.Web.UIPage
Page that the stylesheet will be registered to.
cmsDeskStyle
Type: SystemBoolean
Indicates if administration stylesheet will be used instead of live site stylesheet.
See Also