| OnlineSupport Constructor | 
            Constructor. Initializes cache.
            
 
Namespace: CMS.ChatAssembly: CMS.Chat (in CMS.Chat.dll) Version: 10.0.0
 Syntax
Syntaxpublic 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
See Also