Click or drag to resize
ChatCurrentStateCacheWrapperTData, TKeyCurrentStateCacheWrapperDataTKeyInner, TDataInnerItems Property
Values in this dictionary (implementation of ICacheWrapperResponse's property). User is interested in this value.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 9.0.0
Syntax
C#
public ICollection<TDataInner> Items { get; }

Property Value

Type: ICollectionTDataInner

Implements

ICacheWrapperResponseTDataItems
See Also