| IModuleUsageDataCollectionRemove Method | 
            Remove item from collection.
            
 
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 13.0.131
 Syntax
Syntaxbool Remove(
	string key
)
Parameters
- key
- Type: SystemString
 Key of item to remove
Return Value
Type: 
BooleanTrue when item was removed, false if item wasn't present in collection.
 See Also
See Also