Click or drag to resize
ItemsFunctionsClear Method (IThreadContextItems, String)
Remove items which start with selected name.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 13.0.131
Syntax
C#
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