ItemsFunctionsClear Method (IThreadContextItems, String) |
Remove items which start with selected name.
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 13.0.131
Syntax public static void Clear(
IThreadContextItems items,
string startsWith
)
Parameters
- items
- Type: CMS.BaseIThreadContextItems
Items collection - startsWith
- Type: SystemString
Starting string of the objects to be removed
See Also