Click or drag to resize
InitiatedChats Constructor
Constructs InitiatedChats. Initializes cache wrappers.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 8.2.23
Syntax
C#
public InitiatedChats(
	string parentName
)

Parameters

parentName
Type: SystemString
This string is used as a cache key - it has to be unique for every created instance of this class
See Also