ChatHelper RegisterStylesheet Method (Page, Boolean)Kentico 8.0 API Reference
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.0.0.0 (8.0.5239.26125)

Parameters

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