IModuleUsageDataCollectionAdd Method (String, Guid) |
Adds usage data item to collection.
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 12.0.0
Syntax bool Add(
string key,
Guid value
)
Parameters
- key
- Type: SystemString
Item identifier - value
- Type: SystemGuid
Item value
Return Value
Type:
BooleanTrue if the element is added, false if the element is already present.
See Also