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