Kentico 12 Service Pack API Reference
Kentico 12 Service Pack API Reference
Namespaces
CMS Namespaces
CMS.DocumentEngine Namespaces
CMS.DocumentEngine
IRatingActivityLogger Interface
IRatingActivityLogger Methods
LogRating Method
IRatingActivityLogger
LogRating Method
Logs rating activity.
Namespace:
CMS.DocumentEngine
Assembly:
CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntax
C#
Copy
void
LogRating
(
double
value
,
TreeNode
currentDocument
)
Parameters
value
Type:
System
Double
Rating value
currentDocument
Type:
CMS.DocumentEngine
TreeNode
Rated document
Exceptions
Exception
Condition
ArgumentNullException
Thrown when
currentDocument
is
null
.
See Also
Reference
IRatingActivityLogger Interface
CMS.DocumentEngine Namespace
Copyright (c) 2019 Kentico Software
Send comments on this topic to
support@kentico.com