| IThreadContextItems Interface |
Namespace: CMS.Base
public interface IThreadContextItems : IEnumerable<KeyValuePair<string, Object>>, IEnumerable
The IThreadContextItems type exposes the following members.
| Name | Description | |
|---|---|---|
| ContainsKey |
Determines whether the IThreadContextItems contains the specified key.
| |
| Remove |
Removes the value with the specified key from the IThreadContextItems.
|
| Name | Description | |
|---|---|---|
| BatchKeyValuePairString, Object |
Returns input in batches of batchSize size.
(Defined by BaseExtensions.) | |
| ToJSON |
Returns JSON representation of current instance of IEnumerable.
(Defined by DataExtensions.) | |
| ToXML |
Returns XML representation of current instance of IEnumerable.
(Defined by DataExtensions.) |