Click or drag to resize
RatingActivityLoggerLogRating Method
Logs rating activity.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 10.0.0
Syntax
C#
public void LogRating(
	double value,
	TreeNode currentDocument
)

Parameters

value
Type: SystemDouble
Rating value
currentDocument
Type: CMS.DocumentEngineTreeNode
Rated document
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown when currentDocument is null.
See Also