Remove items which start with selected name.
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 12.0.0
Syntax public static void Clear(
string startsWith
)
Parameters
- startsWith
- Type: SystemString
Starting string of the objects to be removed
See Also