ItemsFunctionsClear Method (IDictionary, 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(
IDictionary items,
string startsWith
)
Parameters
- items
- Type: System.CollectionsIDictionary
Items collection - startsWith
- Type: SystemString
Starting string of the objects to be removed
See Also