IThreadContextItemsRemove Method |
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 13.0.131
Syntax 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