Constructs SupportRooms. Initializes cache.
            
 
Namespace: CMS.ChatAssembly: CMS.Chat (in CMS.Chat.dll) Version: 9.0.0
Syntaxpublic SupportRooms(
	string parentName,
	int siteID
)
Parameters
- parentName
 - Type: SystemString
This string is used as a cache key - it has to be unique for every created instance of this class - siteID
 - Type: SystemInt32
Taken rooms on this site (and global rooms) will be stored in this cache 
See Also