Click or drag to resize
IThreadContextItemsRemove Method
Removes the value with the specified key from the IThreadContextItems.

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

Parameters

key
Type: SystemString
The key of the element to remove.

Return Value

Type: Boolean
if the element is successfully found and removed; otherwise, . This method returns if key is not found in the IThreadContextItems.
See Also