Click or drag to resize
IThreadContextItemsContainsKey Method
Determines whether the IThreadContextItems contains the specified key.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 13.0.131
Syntax
C#
bool ContainsKey(
	string key
)

Parameters

key
Type: SystemString
The key to locate in the IThreadContextItems.

Return Value

Type: Boolean
if the IThreadContextItems contains an element with the specified key; otherwise, .
See Also