Click or drag to resize
IModuleUsageDataCollectionGet Method
Gets item with specified key.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
IModuleUsageDataItem Get(
	string key
)

Parameters

key
Type: SystemString
Key of item to retrieve

Return Value

Type: IModuleUsageDataItem
Item if found, null otherwise
See Also