Click or drag to resize
GlobalSites Class
Class holding all sites (SiteStates) installed on this instance of Kentico and being used by chat (site has to be requested at least once to be appear in memory).
Inheritance Hierarchy
SystemObject
  CMS.ChatGlobalSites

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 10.0.0
Syntax
C#
public class GlobalSites

The GlobalSites type exposes the following members.

Constructors
  NameDescription
Public methodGlobalSites
Constructor.
Top
Properties
  NameDescription
Public propertyCurrent
Gets current site.
Public propertyItem
Gets SiteState by site ID.
Top
See Also