Kentico 8.2 API Reference
Kentico 8.2 API Reference
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: 8.2.23
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) 2015 Kentico Software
Send comments on this topic to
support@kentico.com