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,
Byte
)
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
,
byte
[]
value
)
Parameters
key
Type:
System
String
Item identifier
value
Type:
System
Byte
Item value
Return Value
Type:
Boolean
True if the element is added, false if the element is already present.
Implements
IModuleUsageDataCollection
Add(String,
Byte
)
See Also
Reference
DefaultModuleUsageDataCollection Class
Add Overload
CMS.Base Namespace
Copyright (c) 2015 Kentico Software
Send comments on this topic to
support@kentico.com