Click or drag to resize
ItemsFunctionsClear Method
Remove items which start with selected name.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
public static void Clear(
	IDictionary items,
	string startsWith
)

Parameters

items
Type: System.CollectionsIDictionary
Items collection
startsWith
Type: SystemString
Starting string of the objects to be removed
See Also