DefaultModuleUsageDataCollectionRemove Method |
Remove item from collection.
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 13.0.131
Syntax public bool 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.
Implements
IModuleUsageDataCollectionRemove(String)See Also