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