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

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
public 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.

Implements

IModuleUsageDataCollectionRemove(String)
See Also