Click or drag to resize
ChatHelperRegisterStylesheet 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
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 8.2.23
Syntax
C#
public static void RegisterStylesheet(
	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