Click or drag to resize
RequestItemsClear 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(
	string startsWith
)

Parameters

startsWith
Type: SystemString
Starting string of the objects to be removed
See Also