Click or drag to resize
ThreadContextItemsDictionaryWrapperContainsKey Method
Determines whether the ThreadContextItemsDictionaryWrapper contains the specified key.

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

Parameters

key
Type: SystemString

Return Value

Type: Boolean

Implements

IThreadContextItemsContainsKey(String)
See Also