Kentico 12 Service Pack API Reference
Kentico 12 Service Pack API Reference
Namespaces
CMS Namespaces
CMS.Base Namespaces
CMS.Base
DefaultModuleUsageDataCollection Class
DefaultModuleUsageDataCollection Methods
Add Method
Add Method (String, Boolean)
Add Method (String, Byte[])
Add Method (String, DateTime)
Add Method (String, Double)
Add Method (String, Guid)
Add Method (String, Int32)
Add Method (String, Int64)
Add Method (String, String)
DefaultModuleUsageDataCollection
Add Method (String, Guid)
Adds usage data item to collection.
Namespace:
CMS.Base
Assembly:
CMS.Base (in CMS.Base.dll) Version: 12.0.0
Syntax
C#
Copy
public
bool
Add
(
string
key
,
Guid
value
)
Parameters
key
Type:
System
String
Item identifier
value
Type:
System
Guid
Item value
Return Value
Type:
Boolean
True if the element is added, false if the element is already present.
Implements
IModuleUsageDataCollection
Add(String, Guid)
See Also
Reference
DefaultModuleUsageDataCollection Class
Add Overload
CMS.Base Namespace
Copyright (c) 2019 Kentico Software
Send comments on this topic to
support@kentico.com