IModuleUsageDataCollectionGet Method |
Gets item with specified key.
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 13.0.131
Syntax IModuleUsageDataItem Get(
string key
)
Parameters
- key
- Type: SystemString
Key of item to retrieve
Return Value
Type:
IModuleUsageDataItemItem if found, null otherwise
See Also