Click or drag to resize
ThreadContextItemsDictionaryWrapperRemove Method
Removes the value with the specified key from the ThreadContextItemsDictionaryWrapper.

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

Parameters

key
Type: SystemString

Return Value

Type: Boolean

Implements

IThreadContextItemsRemove(String)
See Also