Click or drag to resize
IModuleUsageDataCollectionRemove Method
Remove item from collection.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 9.0.0
Syntax
C#
bool Remove(
	string key
)

Parameters

key
Type: SystemString
Key of item to remove

Return Value

Type: Boolean
True when item was removed, false if item wasn't present in collection.
See Also