Click or drag to resize
OnlineSupport Constructor
Constructor. Initializes cache.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 9.0.0
Syntax
C#
public OnlineSupport(
	string parentName,
	int siteID
)

Parameters

parentName
Type: SystemString
This string is used as a cache key - it has to be unique for every instance of this class
siteID
Type: SystemInt32
Supporters on this site will be handled by this class
See Also