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